IMsVariableTestSettings.MissingData

Fore Syntax

MissingData: IMissingData;

Fore.NET Syntax

MissingData: Prognoz.Platform.Interop.Stat.SIMissingData;

Description

The MissingData property returns missing data treatment parameters.

Comments

By default the MissingDataMethod.Casewise method is used for the missing data treatment, that is,  calculations are performed without missing values.

Fore and Fore.NET Examples

The property use is given in the example for IMsMetaModelVisualController.DFTest.

See also:

IMsVariableTestSettings