Expand description
Contains functions for computing the partial expectation, quantile, and cumulative density function given a characteristic function.
Structs§
Functions§
- get_cdf
- Returns vector of cumulative density function given a characteristic function.
- get_
cdf_ discrete_ cf - Returns cumulative density function at given x.
- get_
expectation_ discrete_ cf - Returns expectation given a discrete characteristic function.
- get_
expected_ shortfall_ and_ value_ at_ risk - Returns expected shortfall (partial expectation) and value at risk (quantile) given a characteristic function.
- get_
expected_ shortfall_ and_ value_ at_ risk_ discrete_ cf - Returns expected shortfall (partial expectation) and value at risk (quantile) given a discrete characteristic function.
- get_pdf
- Returns vector of cumulative density function given a characteristic function.
- get_
variance_ discrete_ cf - Returns variance given a discrete characteristic function.