Click or drag to resize

PCRRegressionAnalyzeFromPreprocessedWithoutReset Method

Creates an analysis from preprocessed spectra and preprocessed concentrations.

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

Parameters

matrixX  IROMatrixDouble

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

matrixY  IROMatrixDouble

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

maxFactors  Int32

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

Return Value

A regression object, which holds all the loads and weights necessary for further calculations.
See Also