Fisher |
The FisherSnedecor type exposes the following members.
Name | Description | |
---|---|---|
![]() | DegreesOfFreedom1 | Gets the first degree of freedom (d1) of the distribution. Range: d1 > 0. |
![]() | DegreesOfFreedom2 | Gets the second degree of freedom (d2) of the distribution. Range: d2 > 0. |
![]() | Entropy | Gets the entropy of the distribution. |
![]() | Maximum | Gets the maximum of the distribution. |
![]() | Mean | Gets the mean of the distribution. |
![]() | Median | Gets the median of the distribution. |
![]() | Minimum | Gets the minimum of the distribution. |
![]() | Mode | Gets the mode of the distribution. |
![]() | RandomSource | Gets or sets the random number generator which is used to draw random samples. |
![]() | Skewness | Gets the skewness of the distribution. |
![]() | StdDev | Gets the standard deviation of the distribution. |
![]() | Variance | Gets the variance of the distribution. |