Click or drag to resize

RegressionBaseRemoveObservations Method

Removes the specified rows from the predictor matrix, and recalculates the model parameters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void RemoveObservations(
	int startRow,
	int numberToRemove
)

Parameters

startRow  Int32
The index of the first row to remove (zero-based).
numberToRemove  Int32
The total number of rows to remove.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThrown if the specified row index range is invalid.
See Also