Namespaces

Types in MathNet.Numerics.Distributions

Type IUnivariateDistribution

Namespace MathNet.Numerics.Distributions

Interfaces IDistribution

Univariate Probability Distribution.

Methods

Properties

Public Methods

double CumulativeDistribution(double x)

Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X ≤ x).
Parameters
double x

The location at which to compute the cumulative distribution function.

Return
double

the cumulative distribution at location x.

Public Properties

double Entropy get;

Gets the entropy of the distribution.

double Mean get;

Gets the mean of the distribution.

double Median get;

Gets the median of the distribution.

double Skewness get;

Gets the skewness of the distribution.

double StdDev get;

Gets the standard deviation of the distribution.

double Variance get;

Gets the variance of the distribution.