IUnivariate |
public interface IUnivariateDistribution : IDistribution
The IUnivariateDistribution type exposes the following members.
| Name | Description | |
|---|---|---|
| Entropy | Gets the entropy of the distribution. | |
| Mean | Gets the mean of the distribution. | |
| Median | Gets the median of the distribution. | |
| RandomSource |
Gets or sets the random number generator which is used to draw random samples.
(Inherited from IDistribution) | |
| Skewness | Gets the skewness of the distribution. | |
| StdDev | Gets the standard deviation of the distribution. | |
| Variance | Gets the variance of the distribution. |
| Name | Description | |
|---|---|---|
| CumulativeDistribution | Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X ≤ x). |