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: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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