Click or drag to resize
Accord.NET (logo)

SkewNormalDistribution Properties

The SkewNormalDistribution type exposes the following members.

Properties
  NameDescription
Public propertyEntropy
Not supported.
(Overrides UnivariateContinuousDistributionEntropy.)
Public propertyKurtosis
Gets the excess kurtosis for this distribution.
Public propertyLocation
Gets the skew-normal distribution's location value ξ (ksi).
Public propertyMean
Gets the mean for this distribution.
(Overrides UnivariateContinuousDistributionMean.)
Public propertyMedian
Gets the median for this distribution.
(Inherited from UnivariateContinuousDistribution.)
Public propertyMode
Gets the mode for this distribution.
(Inherited from UnivariateContinuousDistribution.)
Public propertyQuartiles
Gets the Quartiles for this distribution.
(Inherited from UnivariateContinuousDistribution.)
Public propertyScale
Gets the skew-normal distribution's scale value ω (omega).
Public propertyShape
Gets the skew-normal distribution's shape value α (alpha).
Public propertySkewness
Gets the skewness for this distribution.
Public propertyStandardDeviation
Gets the Standard Deviation (the square root of the variance) for the current distribution.
(Inherited from UnivariateContinuousDistribution.)
Public propertySupport
Gets the support interval for this distribution.
(Overrides UnivariateContinuousDistributionSupport.)
Public propertyVariance
Gets the variance for this distribution.
(Overrides UnivariateContinuousDistributionVariance.)
Top
See Also