Cell.All Field

Note: This API is now obsolete.
Special Index object that indicates an indexed property should be evaluated over all levels of the factor.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
[ObsoleteAttribute]
public static readonly Object All

Field Value

Object

Remarks

Use the All field as a parameter to some ContingencyTable methods to indicate that the data for all levels of the factor should be used in the calculation.

See Also