Click or drag to resize

FisherSnedecor Properties

The FisherSnedecor type exposes the following members.

Properties
 NameDescription
Public propertyDegreesOfFreedom1 Gets the first degree of freedom (d1) of the distribution. Range: d1 > 0.
Public propertyDegreesOfFreedom2 Gets the second degree of freedom (d2) of the distribution. Range: d2 > 0.
Public propertyEntropy Gets the entropy of the distribution.
Public propertyMaximum Gets the maximum of the distribution.
Public propertyMean Gets the mean of the distribution.
Public propertyMedian Gets the median of the distribution.
Public propertyMinimum Gets the minimum of the distribution.
Public propertyMode Gets the mode of the distribution.
Public propertyRandomSource Gets or sets the random number generator which is used to draw random samples.
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