The CogStatisticsSimple type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count |
The number of samples that were processed to produce this result.
| |
| Max |
The maximum sample value.
| |
| Mean |
The mean or average of all sample values.
| |
| Min |
The minimum sample value.
| |
| RMS |
The root mean square of all sample values.
| |
| StdDev |
The standard deviation of all sample values.
| |
| Sum |
The sum of all sample values.
| |
| SumSq |
The sum of the squares of all sample values.
| |
| Variance |
The variance of all sample values.
|
See Also