|
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.integration.sde.RandomWalk
public class RandomWalk
This is the Random Walk construction of a stochastic process per SDE specification.
Given an SDE, we compute the increments of the stochastic process. A realization is the cumulative summation of these independent increments.
| Nested Class Summary | |
|---|---|
class |
RandomWalk.Iterator
This iterates a deterministic realization (time series) of a multivariate stochastic process. |
class |
RandomWalk.MultiVariateRealization
|
| Field Summary | |
|---|---|
DiscretizedSDE |
sde
the SDE specification, in discretized form |
| Constructor Summary | |
|---|---|
RandomWalk(DiscretizedSDE sde,
TimeGrid timePoints)
Construct a multivariate stochastic process from an SDE. |
|
| Method Summary | |
|---|---|
RandomWalk.MultiVariateRealization |
realization(Vector x0)
Construct a realization of a stochastic process. |
void |
seed(long seed)
Seed the construction process so that we may generate the same realizations. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final DiscretizedSDE sde
| Constructor Detail |
|---|
public RandomWalk(DiscretizedSDE sde,
TimeGrid timePoints)
sde - an SDEtimePoints - specifying the time points in a grid| Method Detail |
|---|
public RandomWalk.MultiVariateRealization realization(Vector x0)
Construction
realization in interface Constructionx0 - the starting point of the trajectory
public void seed(long seed)
Construction
seed in interface Constructionseed - seeding the same seed gives arise to the same realization
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||