AnovaModel.DependentVariable Property

Gets or sets the dependent variable in the ANOVA model.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<double> DependentVariable { get; set; }

Property Value

Vector<Double>

See Also