hquantlib-0.0.2.4: HQuantLib is a port of essencial parts of QuantLib to Haskell

Safe HaskellNone

QuantLib.Models.Volatility

Synopsis

Documentation

type Volatility = DoubleSource

Volatility type

data Estimation Source

Estimation type with strictness as it is usually required only one Double to process

Constructors

Estimation !Volatility 

class VolatilityEstimator algorithm whereSource

Type class of volatility estimators

Methods

estimate :: algorithm -> IntervalPriceSeries -> EstimationSource

The estimation procedure that takes a series of IntervalPrice