MetricStatistics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The MetricsStatistics class computes summary statistics over multiple observations of a metric.
public sealed class MetricStatistics
type MetricStatistics = class
Public NotInheritable Class MetricStatistics
- Inheritance
-
MetricStatistics
Properties
Count |
Get the count for the number of samples used. Useful for interpreting the standard deviation and the standard error and building confidence intervals. |
Mean |
Get the mean value for the metric. |
StandardDeviation |
Get the standard deviation for the metric. |
StandardError |
Get the standard error of the mean for the metric. |