Click or drag to resize

PCRRegressionCalculatePRESS(IROMatrixDouble, IROMatrixDouble, Int32, IReadOnlyListDouble) Method

[Missing <summary> documentation for "M:Altaxo.Calc.Regression.Multivariate.PCRRegression.CalculatePRESS(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Int32,System.Collections.Generic.IReadOnlyList{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 CalculatePRESS(
	IROMatrix<double> yLoads,
	IROMatrix<double> xScores,
	int numberOfFactors,
	out IReadOnlyList<double> press
)

Parameters

yLoads  IROMatrixDouble

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

xScores  IROMatrixDouble

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

numberOfFactors  Int32

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

press  IReadOnlyListDouble

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

See Also