RunningCircularStatistics Properties |
The RunningCircularStatistics type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the current count of values seen.
| |
Mean |
Gets the current mean of the gathered values.
| |
Rho |
Gets the current length of the sample mean resultant vector of the gathered values.
| |
StandardDeviation |
Gets the current standard deviation of the gathered values.
| |
SumOfCosines |
Gets the sum of the cosines of the angles within the window.
| |
SumOfSines |
Gets the sum of the sines of the angles within the window.
| |
Variance |
Gets the current variance of the gathered values.
|