IContinuous | 
The IContinuousDistribution type exposes the following members.
| Name | Description | |
|---|---|---|
| Entropy | 
            Gets the entropy of the distribution.
             (Inherited from IUnivariateDistribution)  | |
| Maximum | Gets the largest element in the domain of the distribution which can be represented by a double. | |
| Mean | 
            Gets the mean of the distribution.
             (Inherited from IUnivariateDistribution)  | |
| Median | 
            Gets the median of the distribution.
             (Inherited from IUnivariateDistribution)  | |
| Minimum | Gets the smallest element in the domain of the distribution which can be represented by a double. | |
| Mode | Gets the mode 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.
             (Inherited from IUnivariateDistribution)  | |
| StdDev | 
            Gets the standard deviation of the distribution.
             (Inherited from IUnivariateDistribution)  | |
| Variance | 
            Gets the variance of the distribution.
             (Inherited from IUnivariateDistribution)  |