Gets the dependent variable for the regression model.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Property DependentVariable As NumericalVariable
C#
public NumericalVariable DependentVariable { get; set; }
C++
public:
NumericalVariable^ DependentVariable {
	NumericalVariable^ get ();
	void set (NumericalVariable^ value);
}

Value

A NumericalVariable that acts as the dependent variable in the regression model.

Exceptions

ExceptionCondition
InvalidOperationException No dependent variables have been specified..