Enumerates the way variables may be used in a GeneralLinearModel.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration VariableUsage |
| C# |
|---|
public enum VariableUsage |
| C++ |
|---|
public enum class VariableUsage |
Members
| Member | Description |
|---|---|
| Excluded |
The variable is excluded from the model.
|
| Independent |
The variable acts as a response or dependent variable in the model.
|
| Dependent |
The variable acts as a predictor or independent variable in the model.
|