Class SingleValueBasedProcess<D extends Distribution>

    • Field Detail

      • myCurrentValue

        private double myCurrentValue
    • Constructor Detail

      • SingleValueBasedProcess

        SingleValueBasedProcess()
    • Method Detail

      • simulate

        public RandomProcess.SimulationResults simulate​(int numberOfRealisations,
                                                        int numberOfSteps,
                                                        double stepSize)
        Description copied from interface: RandomProcess
        Returns an collection of sample sets. The array has numberOfSteps elements, and each sample set has numberOfRealisations samples.
        Returns:
        An array of sample sets. The array has aNumberOfSteps elements, and each sample set has aNumberOfRealisations samples.