MovingCircularStatistics Properties |
The MovingCircularStatistics type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the number of samples within the window.
| |
Mean |
Gets the mean of the angles within the window.
| |
Rho |
Gets the current length of the sample mean resultant vector of the gathered values.
| |
StandardDeviation |
Gets the standard deviation of the angles within the window.
| |
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 variance of the angles within the window.
| |
Window |
Gets the size of the window.
|