25package umontreal.ssj.stochprocess;
27import umontreal.ssj.rng.*;
Same as GammaProcessPCA, but the generated uniforms correspond to a bridge transformation of the Brow...
VarianceGammaProcessDiffPCABridge(double s0, double theta, double sigma, double nu, RandomStream stream)
Constructs a new VarianceGammaProcessDiffPCABridge with parameters , , and initial value .
VarianceGammaProcessDiffPCA(double s0, double theta, double sigma, double nu, RandomStream stream)
Constructs a new VarianceGammaProcessDiffPCA with parameters.
This interface defines the basic structures to handle multiple streams of uniform (pseudo)random numb...