OneWayAnovaModel.Factor Property

Gets the factor corresponding to the independent variable.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public IIndex Factor { get; }

Property Value

IIndex

Remarks

A factor is a set of values that a categorical variable can assume. This method returns the IIndex object associated with the independent variable in the ANOVA model.

See Also