The IMsMissingData interface determines parameters of missing data treatment method.
To set parameters of the missing data treatment method, cast the basic interface IMissingData to the IMsMissingData interface.
The basic interface can be obtained from the properties that return parameters of missing data treatment for different calculation methods. Example: IMsHodrickPrescottFilterTransform.MissingData, IMsLRXFilterTransform.MissingData, IMsCensus2Transform.MissingData and so on.
Property name | Brief description | |
SpecifiedTerm | The SpecifiedTerm property determines the row used in missing data treatment. |
Method name | Brief description | |
Method | The Method property determines the missing data treatment method. | |
MethodParameter | The MethodParameter property determines the additional parameter to the missing data treatment method, "Mean by N neighboring points". | |
SpecifiedValue | The SpecifiedValue property determines the additional parameter to the missing data treatment method "The specified value". | |
SpecifiedVector | The SpecifiedVector property determines the additional parameter to the methods of missing data treatment "By the pattern" and "By value of the specified row". |
See also: