Some helper functions to create correlated processes
drift
covariance matrix
A path with points (t(n),(t(n+1), dt,sqrt(dt)*dW(n))), where W is a virtufin.math.random.MultivariateWienerProcess
A Wiener process, where the elements of the vector for a given time are uncorrelated
Random numbers distributed as N(0,1)
Uniform random numbers in range [0,1]
Low-lever helper trait used when implementing processes.
Low-lever helper trait used when implementing processes. A path with points (t(n), (t(n+1), dt, sqrt(dt)*dW(n))), where W is a virtufin.math.random.WienerProcess
Provides the default implementation for org.apache.commons.math3.random.RandomGenerator