Class RealDistributions

  • All Implemented Interfaces:

    
    public final class RealDistributions
    
                        

    Utility to translate statistics names into a RealDistribution.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static RealDistribution makeRealDistribution(RandomGenerator randomGenerator, String shortname, Array<double> arguments)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • makeRealDistribution

         static RealDistribution makeRealDistribution(RandomGenerator randomGenerator, String shortname, Array<double> arguments)
        Parameters:
        randomGenerator - the RandomGenerator
        shortname - the distribution name (case insensitive).
        arguments - the parameters for the distribution
        Returns:

        the created RealDistribution