Represents a continuous probability distribution.

Namespace: Meta.Numerics.Statistics.Distributions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public abstract class Distribution
Public MustInherit Class Distribution
public ref class Distribution abstract
[<AbstractClassAttribute>]
type Distribution =  class end

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Distribution()()()()
Initializes a new instance of the Distribution class
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExpectationValue(Func<(Of <<'(Double, Double>)>>))
Computes the expectation value of the given function.
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetRandomValue(Random)
Returns a random value.
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
InverseLeftProbability(Double)
Returns the point at which the cumulative distribution function attains a given value.
InverseRightProbability(Double)
Returns the point at which the right probability function attains the given value.
LeftProbability(Double)
Returns the cumulative probability to the left of (below) the given point.
Mean
Gets the mean of the distribution.
Median
Gets the median of the distribution.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Moment(Int32)
Returns the given moment of the distribution.
MomentAboutMean(Int32)
Returns the given moment of the distribution, about the mean.
ProbabilityDensity(Double)
Returns the probability density at the given point.
RightProbability(Double)
Return the cumulative probability to the right of (above) the given point.
Skewness
Ges the skewness of the distribution.
StandardDeviation
Gets the standard deviation of the distribution.
Support
Gets the interval over which the distribution is nonvanishing.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Variance
Gets the variance of the distribution.

Inheritance Hierarchy

System..::..Object
  Meta.Numerics.Statistics.Distributions..::..Distribution
    Meta.Numerics.Statistics.Distributions..::..BetaDistribution
    Meta.Numerics.Statistics.Distributions..::..CauchyDistribution
    Meta.Numerics.Statistics.Distributions..::..ChiSquaredDistribution
    Meta.Numerics.Statistics.Distributions..::..DiscreteAsContinuousDistribution
    Meta.Numerics.Statistics.Distributions..::..ExponentialDistribution
    Meta.Numerics.Statistics.Distributions..::..FisherDistribution
    Meta.Numerics.Statistics.Distributions..::..GammaDistribution
    Meta.Numerics.Statistics.Distributions..::..GumbelDistribution
    Meta.Numerics.Statistics.Distributions..::..KolmogorovDistribution
    Meta.Numerics.Statistics.Distributions..::..KuiperDistribution
    Meta.Numerics.Statistics.Distributions..::..LogisticDistribution
    Meta.Numerics.Statistics.Distributions..::..LognormalDistribution
    Meta.Numerics.Statistics.Distributions..::..NormalDistribution
    Meta.Numerics.Statistics.Distributions..::..ParetoDistribution
    Meta.Numerics.Statistics.Distributions..::..PearsonRDistribution
    Meta.Numerics.Statistics.Distributions..::..StudentDistribution
    Meta.Numerics.Statistics.Distributions..::..TriangularDistribution
    Meta.Numerics.Statistics.Distributions..::..UniformDistribution
    Meta.Numerics.Statistics.Distributions..::..WaldDistribution
    Meta.Numerics.Statistics.Distributions..::..WeibullDistribution

See Also