Click or drag to resize

ProbabilityDistribution Class

Base class for all distributions.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.Probability.OldProbabilityDistribution
    More

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract class ProbabilityDistribution

The ProbabilityDistribution type exposes the following members.

Constructors
 NameDescription
Protected methodProbabilityDistributionEmpty constructor. Use this only in inheritance hierarchies.
Public methodProbabilityDistribution(RandomGenerator)Initialize the distribution by providing the random generator used to produce the random values.
Top
Properties
 NameDescription
Public propertyStatic memberDefaultGenerator 
Public propertyGeneratorReturns the random generator used by the distribution to generate the random values.
Top
Methods
 NameDescription
Public methodCDF Gives the cumulative probability at x.
Protected methodStatic memberCopySign Return first number with sign of second number
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodNextDouble Generates a random value distributed according to the distribution.
Public methodPDF Gives the probability density at x.
Public methodQuantile Gives the pth quantile of the distribution.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Protected fieldStatic memberDBL_MAXMaximum value of a System.Double.
Protected fieldStatic memberDBL_MAX_EXPMaximum binary exponent of a Double.
Protected fieldStatic memberDBL_MINSmallest positive value of a System.Double.
Protected fieldgeneratorPointer to generator.
Protected fieldStatic memberM_LN2Natural logarithm of 2.
Top
See Also
Inheritance Hierarchy