Click or drag to resize

PCRRegressionGetPredictionScoreMatrix Method

[Missing <summary> documentation for "M:Altaxo.Calc.Regression.Multivariate.PCRRegression.GetPredictionScoreMatrix(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,Altaxo.Calc.LinearAlgebra.IMatrix{System.Double})"]


Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void GetPredictionScoreMatrix(
	IROMatrix<double> xLoads,
	IROMatrix<double> yLoads,
	IROMatrix<double> xScores,
	IReadOnlyList<double> crossProduct,
	int numberOfFactors,
	IMatrix<double> predictionScores
)

Parameters

xLoads  IROMatrixDouble

[Missing <param name="xLoads"/> documentation for "M:Altaxo.Calc.Regression.Multivariate.PCRRegression.GetPredictionScoreMatrix(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,Altaxo.Calc.LinearAlgebra.IMatrix{System.Double})"]

yLoads  IROMatrixDouble

[Missing <param name="yLoads"/> documentation for "M:Altaxo.Calc.Regression.Multivariate.PCRRegression.GetPredictionScoreMatrix(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,Altaxo.Calc.LinearAlgebra.IMatrix{System.Double})"]

xScores  IROMatrixDouble

[Missing <param name="xScores"/> documentation for "M:Altaxo.Calc.Regression.Multivariate.PCRRegression.GetPredictionScoreMatrix(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,Altaxo.Calc.LinearAlgebra.IMatrix{System.Double})"]

crossProduct  IReadOnlyListDouble

[Missing <param name="crossProduct"/> documentation for "M:Altaxo.Calc.Regression.Multivariate.PCRRegression.GetPredictionScoreMatrix(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,Altaxo.Calc.LinearAlgebra.IMatrix{System.Double})"]

numberOfFactors  Int32

[Missing <param name="numberOfFactors"/> documentation for "M:Altaxo.Calc.Regression.Multivariate.PCRRegression.GetPredictionScoreMatrix(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,Altaxo.Calc.LinearAlgebra.IMatrix{System.Double})"]

predictionScores  IMatrixDouble

[Missing <param name="predictionScores"/> documentation for "M:Altaxo.Calc.Regression.Multivariate.PCRRegression.GetPredictionScoreMatrix(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,Altaxo.Calc.LinearAlgebra.IMatrix{System.Double})"]

See Also