public class GaussianPathGenerator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
protected |
GaussianPathGenerator(long cPtr,
boolean cMemoryOwn) |
|
GaussianPathGenerator(StochasticProcess1D process,
double length,
long steps,
GaussianRandomSequenceGenerator rsg,
boolean brownianBridge) |
| Modifier and Type | Method and Description |
|---|---|
SamplePath |
antithetic() |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(GaussianPathGenerator obj) |
SamplePath |
next() |
protected GaussianPathGenerator(long cPtr,
boolean cMemoryOwn)
public GaussianPathGenerator(StochasticProcess1D process, double length, long steps, GaussianRandomSequenceGenerator rsg, boolean brownianBridge)
protected static long getCPtr(GaussianPathGenerator obj)
public void delete()
public SamplePath next()
public SamplePath antithetic()
Copyright © 2017. All rights reserved.