Click or drag to resize

UnivariateDistribution Class

Represents a probability distribution over a single variable.
Inheritance Hierarchy

Namespace:  Meta.Numerics.Statistics.Distributions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public abstract class UnivariateDistribution

The UnivariateDistribution type exposes the following members.

Constructors
  NameDescription
Protected methodUnivariateDistribution
Initializes a new instance of the UnivariateDistribution class
Top
Properties
  NameDescription
Public propertyExcessKurtosis
Gets the excess kurtosis of the distribution.
Public propertyMean
Gets the mean of the distribution.
Public propertySkewness
Gets the skewness of the distribution.
Public propertyStandardDeviation
Gets the standard deviation of the distribution.
Public propertyVariance
Gets the variance of the distribution.
Top
Methods
  NameDescription
Public methodCentralMoment
Computes a central moment of the distribution.
Public methodCumulant
Computes a cumulant of the distribution.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRawMoment
Computes a raw moment of the distribution.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also