Click or drag to resize

measureTrendDirection Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Semantic note on current trend of the measure

Namespace:  imbSCI.DataComplex.trends
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
[FlagsAttribute]
public enum measureTrendDirection
Request Example View Source
Members
  Member nameValueDescription
none0 Not defined - unknown, disabled or still waiting to accumulate enough sample takes
ready1 Has enough sample takes to calculate average/mean
macroUp2 The macro up: macro period shows positive change
microUp4 The micro up: micro period shows positive change
macroDown8 The macro down: macro period shows negative change (
microDown16 The micro down: micro period shows negative change
macroStable32 The macro stable: macro period stays within trend margin
microStable64 The micro stable: micro period stays within trend margin
doubleStable96 The double stable very stable
stable96 The stable: very stable - alias to doubleStable
doubleUp6 The double up: Macro and Micro Trends are positive - stable increase
up36 Up: started with incline recently
upDown18 Up down: sudden surge of the value
down48 Down: started with decline in value
doubleDown24 The double down: stable decrease of the value
downUp12 Down up: sudden surge, after local minimum
See Also