Interface RandomRealizationGenerator
-
- All Superinterfaces:
Seedable
- All Known Implementing Classes:
RandomRealizationOfRandomProcess
public interface RandomRealizationGenerator extends Seedable
This interface defines a generator to construct random realizations from a univariate stochastic process.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Realization
nextRealization()
Construct a realization of a univariate stochastic process.
-
-
-
Method Detail
-
nextRealization
Realization nextRealization()
Construct a realization of a univariate stochastic process.- Returns:
- a realization
-
-