public class StochasticProcess extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
StochasticProcess() |
protected |
StochasticProcess(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
SWIGTYPE_p_StochasticProcess |
__deref__() |
Observable |
asObservable() |
Matrix |
covariance(double t0,
Array x0,
double dt) |
void |
delete() |
Matrix |
diffusion(double t,
Array x) |
Array |
drift(double t,
Array x) |
Array |
evolve(double t0,
Array x0,
double dt,
Array dw) |
Array |
expectation(double t0,
Array x0,
double dt) |
long |
factors() |
protected void |
finalize() |
protected static long |
getCPtr(StochasticProcess obj) |
Array |
initialValues() |
boolean |
isNull() |
long |
size() |
Matrix |
stdDeviation(double t0,
Array x0,
double dt) |
protected StochasticProcess(long cPtr,
boolean cMemoryOwn)
public StochasticProcess()
protected static long getCPtr(StochasticProcess obj)
public void delete()
public SWIGTYPE_p_StochasticProcess __deref__()
public boolean isNull()
public Observable asObservable()
public long size()
public long factors()
public Array initialValues()
Copyright © 2017. All rights reserved.