'宣言 Public Enum MovingAverageType Inherits System.Enum
public enum MovingAverageType : System.Enum
'宣言 Public Enum MovingAverageType Inherits System.Enum
public enum MovingAverageType : System.Enum
メンバ | 解説 |
---|---|
Exponential | 指数移動平均は、最後のn個の値の加重平均で、1つ前の値の重みが指数関数的に減ります。 |
Simple | 単純移動平均は、最後のn個の値の単純平均です。 |
System.Object
System.ValueType
System.Enum
C1.Web.Mvc.Finance.MovingAverageType