Click or drag to resize

RegressionBaseRemoveObservation Method

Removes the row at the indicated index from the predictor matrix and the corresponding element from the observation vector, and recalculates the model parameters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void RemoveObservation(
	int row
)

Parameters

row  Int32
The index of the row to remove (zero-based).
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThrown if the specifed row is out of range.
See Also