Binding StatTimesEMAFactor Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Defines how much smoothing the timing statistics filter does - the lower the number the more smoothing is done. Smoothing makes stat times insensitive to some seldom delays that may happen every now and then

Namespace: NFX.Glue
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ExternalParameterAttribute(new string[] { ... })]
[ConfigAttribute("stat-times-ema-factor", 0.04)]
public double StatTimesEMAFactor { get; set; }

Property Value

Type: OnlineDouble
See Also