Click or drag to resize

Sample Properties

The Sample type exposes the following members.

Properties
  NameDescription
Public propertyCorrectedStandardDeviation
Gets the Bessel-corrected standard deviation.
Public propertyCount
Gets the number of values in the sample.
Public propertyInterquartileRange
Gets the interquartile range of sample measurements.
Public propertyIsReadOnly
Gets a value indicating whether the sample is read-only.
Public propertyMaximum
Gets the largest value in the sample.
Public propertyMean
Gets the sample mean.
Public propertyMedian
Gets the sample median.
Public propertyMinimum
Gets the smallest value in the sample.
Public propertyName
Gets or sets the name of the sample.
Public propertyPopulationMean
Gets an estimate of the population mean from the sample.
Public propertyPopulationStandardDeviation
Gets an estimate of the population standard deviation from the sample.
Public propertyPopulationVariance
Gets an estimate of the population variance from the sample.
Public propertySkewness
Gets the sample skewness.
Public propertyStandardDeviation
Gets the sample standard deviation.
Public propertyVariance
Gets the sample variance.
Top
See Also