IMsPooledModelTransform.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 MissingDataMethod.Casewise missing data treatment method is used, that is, Empty values are excluded from the series, and calculation is performed without taking them into account.

Example

The property use is given in the example for IMsPooledModelTransform.ARMA.

See also:

IMsPooledModelTransform