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

    Modifier and Type
    Method
    Description
    Construct a realization of a univariate stochastic process.

    Methods inherited from interface dev.nm.stat.random.Seedable

    seed
  • Method Details

    • nextRealization

      Realization nextRealization()
      Construct a realization of a univariate stochastic process.
      Returns:
      a realization