IMsMissingData

Description

The IMsMissingData interface determines parameters of missing data treatment method.

Comments

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.

Properties

  Property name Brief description
SpecifiedTerm The SpecifiedTerm property determines the row used in missing data treatment.

Properties inherited from IMissingData

  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:

Ms Assembly Interfaces