IEmChowTestSettings.GroupSeparator

Fore syntax

GroupSeparator: Array;

Fore.NET syntax

GroupSeparator: System.Array;

Description

The GroupSeparator property determines explained series observations grouping.

Comments

GroupSeparator is an array that can contain nulls and units. An explained series observation corresponds with each element of the array. If the array element value is null, the observation is included to the first group, if it is unit, to the second group.

Fore and Fore.NET examples

The property use is given in the example for IEmChowTestSettings.Explained.

See also:

IEmChowTestSettings