Interface RandomRealizationGenerator
- All Superinterfaces:
Seedable
- All Known Implementing Classes:
RandomRealizationOfRandomProcess
This interface defines a generator to construct random realizations from a univariate stochastic process.
-
Method Summary
Modifier and TypeMethodDescriptionConstruct a realization of a univariate stochastic process.
-
Method Details
-
nextRealization
Realization nextRealization()Construct a realization of a univariate stochastic process.- Returns:
- a realization
-