UnivariateDistribution Class

Represents a probability distribution over a single variable.

Definition

Namespace: Meta.Numerics.Statistics.Distributions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public abstract class UnivariateDistribution
Inheritance
Object    UnivariateDistribution
Derived

Constructors

UnivariateDistributionInitializes a new instance of the UnivariateDistribution class

Properties

ExcessKurtosis Gets the excess kurtosis of the distribution.
Mean Gets the mean of the distribution.
Skewness Gets the skewness of the distribution.
StandardDeviation Gets the standard deviation of the distribution.
Variance Gets the variance of the distribution.

Methods

CentralMoment Computes a central moment of the distribution.
Cumulant Computes a cumulant of the distribution.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RawMoment Computes a raw moment of the distribution.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also