Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public GeneralizedLinearModel(
VariableCollection data,
string dependentVariable,
string[] independentVariables
)
Public Sub New (
data As VariableCollection,
dependentVariable As String,
independentVariables As String()
)
public:
GeneralizedLinearModel(
VariableCollection^ data,
String^ dependentVariable,
array<String^>^ independentVariables
)
new :
data : VariableCollection *
dependentVariable : string *
independentVariables : string[] -> GeneralizedLinearModel
Parameters
- data
- Type: Extreme.StatisticsVariableCollection
A VariableCollection containing the data for the regression. - dependentVariable
- Type: SystemString
A String containing the name of the dependent variable. - independentVariables
- Type: SystemString
A String array containing the names of the independent variable.
Numerical Libraries
Supported in: 5.x, 4.x
Reference