jmholzer / probabilistic

Generate probability curves for the future price of publicly traded securities using options chain data.
3 stars 1 forks source link

created function to calculate the array of CDF #40

Closed tyrneh closed 1 year ago

tyrneh commented 1 year ago
For simplicity, it assumes that the CDF at the starting price
    = 1 - 0.5*(total area of the pdf)
and therefore it adds 0.5*(total area of the pdf) to every cdf for the
remainder of the domain

Closes #38