Class GaussianRVRV

All Implemented Interfaces:
Cloneable, RandomVariableOps<GaussianRV>, RandomVariableRVNOps<Double,GaussianRV>, RandomVariableRVOps<Double,GaussianRV>

public class GaussianRVRV extends DoubleRandomVariableRV<GaussianRV>
Class to generate a sequence of Gaussian random variables.
  • Constructor Details

    • GaussianRVRV

      public GaussianRVRV(DoubleRandomVariable meanRV, DoubleRandomVariable sdevRV)
      Constructor.
      Parameters:
      meanRV - a random variable that determines the mean of the distribution for a Gaussian random variable
      sdevRV - a random variable that determines the standard deviation of the distribution for a Gaussian random variable
  • Method Details