AnovaModel.DependentVariable Property

Gets or sets the dependent variable in the ANOVA model.

Definition

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

Property Value

Vector<Double>

See Also