Sample Properties |
The Sample type exposes the following members.
Name | Description | |
---|---|---|
![]() | CorrectedStandardDeviation |
Gets the Bessel-corrected standard deviation.
|
![]() | Count |
Gets the number of values in the sample.
|
![]() | InterquartileRange |
Gets the interquartile range of sample measurements.
|
![]() | IsReadOnly |
Gets a value indicating whether the sample is read-only.
|
![]() | Maximum |
Gets the largest value in the sample.
|
![]() | Mean |
Gets the sample mean.
|
![]() | Median |
Gets the sample median.
|
![]() | Minimum |
Gets the smallest value in the sample.
|
![]() | Name |
Gets or sets the name of the sample.
|
![]() | PopulationMean |
Gets an estimate of the population mean from the sample.
|
![]() | PopulationStandardDeviation |
Gets an estimate of the population standard deviation from the sample.
|
![]() | PopulationVariance |
Gets an estimate of the population variance from the sample.
|
![]() | Skewness |
Gets the sample skewness.
|
![]() | StandardDeviation |
Gets the sample standard deviation.
|
![]() | Variance |
Gets the sample variance.
|