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

Safe HaskellNone
LanguageHaskell2010

QuantLib.Models.Volatility

Synopsis

Documentation

type Volatility = Double Source #

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 where Source #

Type class of volatility estimators

Minimal complete definition

estimate

Methods

estimate :: algorithm -> IntervalPriceSeries -> Estimation Source #

The estimation procedure that takes a series of IntervalPrice

data VolatilityEstimatorAlgorithm Source #

Constructors

SimpleEstimator

Simple estimator with drift

SimpleDriftLessEstimator

Simple estimator without drift

ParkinsonEstimator

Parkinson number

GarmanKlass5Estimator

Garman-Klass estimator

RogersSatchelEstimator

Rogers-Stachel estimator

YangZhangEstimator

Yang-Zhang estimator