ICrossValidationResultGetSpectralResidual Method |
Gets the spectral residuals for cross validation.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IROMatrix<double> GetSpectralResidual(
int numberOfFactor
)
Parameters
- numberOfFactor Int32
- Number of factors to use for calculation.
Return Value
IROMatrixDoubleThe matrix of spectral residuals. (rows=Number of points).
See Also