Click or drag to resize

SkewedGeneralizedT Properties

The SkewedGeneralizedT type exposes the following members.

Properties
 NameDescription
Public propertyEntropy Gets the entropy of the distribution.
Public propertyLocation Gets the location (μ) of the Skewed Generalized t-distribution.
Public propertyMaximum Gets the largest element in the domain of the distribution which can be represented by a double.
Public propertyMean Gets the mean of the distribution.
Public propertyMedian Gets the median of the distribution.
Public propertyMinimum Gets the smallest element in the domain of the distribution which can be represented by a double.
Public propertyMode Gets the mode of the distribution.
Public propertyP Gets the first parameter that controls the kurtosis of the distribution. Range: p > 0.
Public propertyQ Gets the second parameter that controls the kurtosis of the distribution. Range: q > 0.
Public propertyRandomSource Gets or sets the random number generator which is used to draw random samples.
Public propertyScale Gets the scale (σ) of the Skewed Generalized t-distribution. Range: σ > 0.
Public propertySkew Gets the skew (λ) of the Skewed Generalized t-distribution. Range: 1 > λ > -1.
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
See Also