Assembly: Stat;
Namespace: Prognoz.Platform.Interop.Stat;
The IMissingData interface determines method and parameters of missing data treatment.
IMissingData
In the statistics block a number equal to 1#.QNAN is regarded as missing data. You can get is using the Double.Nan property, you can also check a value for being missing data by using the Double.IsNan method.
Property name | Brief description | |
The Method property determines the method of missing data treatment. | ||
The MethodParameter property determines advanced parameter for missing data treatment method. | ||
The SpecifiedValue determines an advanced parameter for the Value missing data treatment method. | ||
The SpecifiedVector property determines advanced parameters for the missing data treatment methods Pattern and Overlay. |
See also: