| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
QuantLib.Method
Documentation
data PathGenerator #
data SamplePath #
Arguments
| :: RngTrait | |
| -> GenStochasticProcess a | |
| -> TimeGrid | |
| -> Word | seed |
| -> Word | dimension |
| -> Bool | brownian bridge |
| -> IO PathGenerator |
Arguments
| :: SobolDirectionIntegers | |
| -> GenStochasticProcess a | |
| -> TimeGrid | |
| -> Word | seed |
| -> Word | dimension |
| -> Bool | brownian bridge |
| -> IO PathGenerator |
next :: PathGenerator -> IO SamplePath #
antithetic :: PathGenerator -> IO SamplePath #
weight :: SamplePath -> Double #
assetNumber :: SamplePath -> Word #
pathSize :: SamplePath -> Word #