Class SeriallyCorrelatedRandom

java.lang.Object
java.util.Random
rma.stats.model.SeriallyCorrelatedRandom
All Implemented Interfaces:
Serializable, RandomGenerator

@Deprecated public class SeriallyCorrelatedRandom extends Random
Deprecated.
in hec-monolith 1.0. Look for equivalent in package hec.statistics
Serially correlated random number generator.
See Also:
  • Constructor Details

    • SeriallyCorrelatedRandom

      public SeriallyCorrelatedRandom(long seed, double correlation)
      Deprecated.
      Parameters:
      seed - - seed for the random number generator
      correlation - - correlation for the random numbers
  • Method Details