Interface Process1D.ComponentProcess<D extends Distribution>

All Superinterfaces:
RandomProcess<D>
All Known Implementing Classes:
GaussianProcess, GeometricBrownianMotion, StationaryNormalProcess, WienerProcess
Enclosing class:
Process1D<P extends Process1D.ComponentProcess<?>>

static interface Process1D.ComponentProcess<D extends Distribution> extends RandomProcess<D>
  • Method Details

    • getValue

      double getValue()
    • setValue

      void setValue(double newValue)
    • step

      double step(double stepSize, double standardGaussianInnovation)