Click or drag to resize

NormalDistribution Properties

The NormalDistribution type exposes the following members.

Properties
  NameDescription
Public propertyExcessKurtosis
Gets the excess kurtosis of the distribution.
(Overrides UnivariateDistributionExcessKurtosis.)
Public propertyMean
Gets the mean of the distribution.
(Overrides UnivariateDistributionMean.)
Public propertyMedian
Gets the median of the distribution.
(Overrides ContinuousDistributionMedian.)
Public propertySkewness
Gets the skewness of the distribution.
(Overrides UnivariateDistributionSkewness.)
Public propertyStandardDeviation
Gets the standard deviation of the distribution.
(Overrides UnivariateDistributionStandardDeviation.)
Public propertySupport
Gets the interval over which the distribution is non-vanishing.
(Inherited from ContinuousDistribution.)
Public propertyVariance
Gets the variance of the distribution.
(Inherited from UnivariateDistribution.)
Top
See Also