Uses of Class
dev.nm.stat.stochasticprocess.univariate.random.RandomProcess
-
Packages that use RandomProcess Package Description dev.nm.stat.stochasticprocess.univariate.random -
-
Uses of RandomProcess in dev.nm.stat.stochasticprocess.univariate.random
Subclasses of RandomProcess in dev.nm.stat.stochasticprocess.univariate.random Modifier and Type Class Description class
RandomWalk
This is the Random Walk construction of a stochastic process per SDE specification.Constructors in dev.nm.stat.stochasticprocess.univariate.random with parameters of type RandomProcess Constructor Description ExpectationAtEndTime(RandomProcess process, int size, int nSims)
Compute the expectation of a random process at the end time.RandomRealizationOfRandomProcess(RandomProcess process, int size)
Construct a random realization generator from a random/stochastic process.RandomRealizationOfRandomProcess(RandomProcess process, int size, RandomLongGenerator uniform)
Construct a random realization generator from a random/stochastic process.
-