Click or drag to resize

ContinuousDistribution Class

Represents all continuous, univariate probability distribution.
Inheritance Hierarchy
SystemObject
  Meta.Numerics.Statistics.DistributionsUnivariateDistribution
    Meta.Numerics.Statistics.DistributionsContinuousDistribution
      More...

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

The ContinuousDistribution type exposes the following members.

Constructors
  NameDescription
Protected methodContinuousDistribution
Initializes a new instance of the ContinuousDistribution class
Top
Properties
  NameDescription
Public propertyExcessKurtosis
Gets the excess kurtosis of the distribution.
(Inherited from UnivariateDistribution.)
Public propertyMean
Gets the mean of the distribution.
(Inherited from UnivariateDistribution.)
Public propertyMedian
Gets the median of the distribution.
Public propertySkewness
Gets the skewness of the distribution.
(Inherited from UnivariateDistribution.)
Public propertyStandardDeviation
Gets the standard deviation of the distribution.
(Inherited from UnivariateDistribution.)
Public propertySupport
Gets the interval over which the distribution is non-vanishing.
Public propertyVariance
Gets the variance of the distribution.
(Inherited from UnivariateDistribution.)
Top
Methods
  NameDescription
Public methodCentralMoment
Computes a central moment of the distribution.
(Overrides UnivariateDistributionCentralMoment(Int32).)
Public methodCumulant
Computes a cumulant of the distribution.
(Inherited from UnivariateDistribution.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExpectationValue
Computes the expectation value of the given function.
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 methodGetRandomValue
Generates a random variate.
Public methodGetRandomValues
Generates the given number of random variates.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHazard
Computes the hazard function.
Public methodInverseLeftProbability
Returns the point at which the cumulative distribution function attains a given value.
Public methodInverseRightProbability
Returns the point at which the right probability function attains the given value.
Public methodLeftProbability
Returns the cumulative probability to the left of (below) the given point.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProbabilityDensity
Returns the probability density at the given point.
Public methodRawMoment
Computes a raw moment of the distribution.
(Overrides UnivariateDistributionRawMoment(Int32).)
Public methodRightProbability
Returns the cumulative probability to the right of (above) the given point.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also
Inheritance Hierarchy
SystemObject
  Meta.Numerics.Statistics.DistributionsUnivariateDistribution
    Meta.Numerics.Statistics.DistributionsContinuousDistribution
      Meta.Numerics.Statistics.DistributionsBetaDistribution
      Meta.Numerics.Statistics.DistributionsCauchyDistribution
      Meta.Numerics.Statistics.DistributionsChiDistribution
      Meta.Numerics.Statistics.DistributionsChiSquaredDistribution
      Meta.Numerics.Statistics.DistributionsExponentialDistribution
      Meta.Numerics.Statistics.DistributionsFisherDistribution
      Meta.Numerics.Statistics.DistributionsFrechetDistribution
      Meta.Numerics.Statistics.DistributionsGammaDistribution
      Meta.Numerics.Statistics.DistributionsGumbelDistribution
      Meta.Numerics.Statistics.DistributionsKolmogorovDistribution
      Meta.Numerics.Statistics.DistributionsKuiperDistribution
      Meta.Numerics.Statistics.DistributionsLaplaceDistribution
      Meta.Numerics.Statistics.DistributionsLogisticDistribution
      Meta.Numerics.Statistics.DistributionsLognormalDistribution
      Meta.Numerics.Statistics.DistributionsNoncentralChiSquaredDistribution
      Meta.Numerics.Statistics.DistributionsNormalDistribution
      Meta.Numerics.Statistics.DistributionsParetoDistribution
      Meta.Numerics.Statistics.DistributionsPearsonRDistribution
      Meta.Numerics.Statistics.DistributionsRayleighDistribution
      Meta.Numerics.Statistics.DistributionsStudentDistribution
      Meta.Numerics.Statistics.DistributionsTriangularDistribution
      Meta.Numerics.Statistics.DistributionsUniformDistribution
      Meta.Numerics.Statistics.DistributionsWaldDistribution
      Meta.Numerics.Statistics.DistributionsWeibullDistribution