프로퍼티 | 타입 | 설명 | |
---|---|---|---|
processes_ | List |
||
sqrtCorrelation_ | Matrix |
메소드 | 설명 | |
---|---|---|
StochasticProcessArray ( List |
||
apply ( Vector x0, Vector dx ) : Vector | ||
correlation ( ) : Matrix | ||
covariance ( double t0, Vector x0, double dt ) : Matrix | ||
diffusion ( double t, Vector x ) : Matrix | ||
drift ( double t, Vector x ) : Vector | ||
evolve ( double t0, Vector x0, double dt, Vector dw ) : Vector | ||
expectation ( double t0, Vector x0, double dt ) : Vector | ||
initialValues ( ) : Vector | ||
process ( int i ) : QLNet.StochasticProcess1D | ||
size ( ) : int | ||
stdDeviation ( double t0, Vector x0, double dt ) : Matrix | ||
time ( Date d ) : double |
public StochasticProcessArray ( List |
||
processes | List |
|
correlation | Matrix | |
리턴 | System |
public covariance ( double t0, Vector x0, double dt ) : Matrix | ||
t0 | double | |
x0 | Vector | |
dt | double | |
리턴 | Matrix |
public evolve ( double t0, Vector x0, double dt, Vector dw ) : Vector | ||
t0 | double | |
x0 | Vector | |
dt | double | |
dw | Vector | |
리턴 | Vector |
public expectation ( double t0, Vector x0, double dt ) : Vector | ||
t0 | double | |
x0 | Vector | |
dt | double | |
리턴 | Vector |
public process ( int i ) : QLNet.StochasticProcess1D | ||
i | int | |
리턴 | QLNet.StochasticProcess1D |
public stdDeviation ( double t0, Vector x0, double dt ) : Matrix | ||
t0 | double | |
x0 | Vector | |
dt | double | |
리턴 | Matrix |