 | measureTrendSampleState Enumeration |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Namespace:
imbSCI.DataComplex.trends
Assembly:
imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
Members|
| Member name | Value | Description |
|---|
| none | 0 |
Unknown state of the sampling
|
| noEnough | 1 |
Not enough: still waits for enough samples to calculate (microMean) mean for micro period
|
| microMean | 2 |
The micro mean: still waits for enough samples to calculate (macroMean mean for macro period
|
| macroMean | 4 |
The macro mean: has enough samples to calculate both means
|
| spearMean | 8 |
The spear indicator (smaller period then micro) is ready
|
See Also