Property Alpha
Alpha
Gets or sets the weight to assign to each new array in the sequence. This parameter determines how fast the average forgets previous values.
[Range(0, 1)]
public double Alpha { get; set; }
Gets or sets the weight to assign to each new array in the sequence. This parameter determines how fast the average forgets previous values.
[Range(0, 1)]
public double Alpha { get; set; }