|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde.SDE
com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde.Bessel
public class Bessel
This implement the Bessel Process, sum of squared Brownian motions, using the multi-dimensional SDE.
| Field Summary | |
|---|---|
int |
d
the number of independent driving Brownian motions |
| Fields inherited from class com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde.SDE |
|---|
mu, nB, sigma |
| Constructor Summary | |
|---|---|
Bessel(int d)
Construct a Bessel process. |
|
| Method Summary |
|---|
| Methods inherited from class com.numericalmethod.suanshu.stats.stochasticprocess.multivariate.sde.SDE |
|---|
getFt |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int d
| Constructor Detail |
|---|
public Bessel(int d)
d - the dimension
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||