Click or drag to resize

LinearRegression(DataFrame, Int32) Constructor

Constructs a LinearRegression instance with the specifed regresssion data and an index to the observation column. By default, the model parameter values are computed using a QR factorization.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public LinearRegression(
	DataFrame data,
	int observationIndex
)

Parameters

data  DataFrame
Regression data.
observationIndex  Int32
Index to column of observations.
See Also