Click or drag to resize

PLS1RegressionInternalGetXLeverageFromPreprocessed Method

Calculates the spectral leverage values from the preprocessed spectra.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected override void InternalGetXLeverageFromPreprocessed(
	IROMatrix<double> matrixX,
	int numFactors,
	IMatrix<double> xLeverage
)

Parameters

matrixX  IROMatrixDouble

[Missing <param name="matrixX"/> documentation for "M:Altaxo.Calc.Regression.Multivariate.PLS1Regression.InternalGetXLeverageFromPreprocessed(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Int32,Altaxo.Calc.LinearAlgebra.IMatrix{System.Double})"]

numFactors  Int32

[Missing <param name="numFactors"/> documentation for "M:Altaxo.Calc.Regression.Multivariate.PLS1Regression.InternalGetXLeverageFromPreprocessed(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Int32,Altaxo.Calc.LinearAlgebra.IMatrix{System.Double})"]

xLeverage  IMatrixDouble
Resulting spectral leverages. This matrix must have the dimensions (number of observations, number of leverage data). The number of leverage data is normally one, with the exception of the PLS1 analysis, where it is equal to the number of y variables.
See Also