Click or drag to resize

IUnivariateDistribution Interface

Univariate Probability Distribution.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IUnivariateDistribution : IDistribution

The IUnivariateDistribution type exposes the following members.

Properties
 NameDescription
Public propertyEntropy Gets the entropy of the distribution.
Public propertyMean Gets the mean of the distribution.
Public propertyMedian Gets the median of the distribution.
Public propertyRandomSource Gets or sets the random number generator which is used to draw random samples.
(Inherited from IDistribution)
Public propertySkewness Gets the skewness of the distribution.
Public propertyStdDev Gets the standard deviation of the distribution.
Public propertyVariance Gets the variance of the distribution.
Top
Methods
 NameDescription
Public methodCumulativeDistribution Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X ≤ x).
Top
See Also