IMsNonLinearRegressionTransform.MissingData

Syntax

MissingData: IMissingData;

Description

The MissingData property returns an object containing parameters of missing data treatment in the source series.

Comments

By default the Casewise method is used. Empty values are excluded from the series. They are ignored in the calculations.

Example

The property use is given in the example for IMsNonLinearRegressionTransform.OptimizationMethod.

See also:

IMsNonLinearRegressionTransform