Safe Haskell | None |
---|---|
Language | Haskell2010 |
Q.Interpolation
Documentation
class (Ord k, Storable k, Storable v) => Interpolator a k v where Source #
Methods
interpolate :: a -> [(k, v)] -> k -> v Source #
Instances
(Ord k, Storable k, Storable v, InterpolatorV a k v) => Interpolator a k v Source # | |
Defined in Q.Interpolation Methods interpolate :: a -> [(k, v)] -> k -> v Source # |
class (Ord k, Storable k, Storable v) => InterpolatorV a k v where Source #
Methods
interpolateV :: a -> SortedVector k -> Vector v -> k -> v Source #
Instances
InterpolatorV StrikeInterpolation Strike Vol Source # | |
Defined in Q.Options.ImpliedVol.StrikeInterpolation Methods interpolateV :: StrikeInterpolation -> SortedVector Strike -> Vector Vol -> Strike -> Vol Source # |