Click or drag to resize

MultivariateLinearFitParameters Fields

The MultivariateLinearFitParameters type exposes the following members.

Fields
 NameDescription
Protected field_DependentColumnIndexIntoSelection The index of the dependent column within the selected data columns.
Protected field_GenerateRegressionValues A value indicating whether regression values are generated.
Protected field_GenerateResidualValues A value indicating whether residual values are generated.
Protected field_IncludeIntercept A value indicating whether an intercept is included in the fit.
Protected field_selectedDataColumns The selected data columns.
Protected field_selectedDataRows The selected data rows, or null if all rows are used.
Protected field_table The table containing the data columns.
Top
See Also