WorksheetAnalysisCalculateCrossPRESS Method |
Calculate the cross PRESS values and stores the results in the provided table.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void CalculateCrossPRESS(
double[] xOfXRaw,
IMatrix<double> matrixXRaw,
IMatrix<double> matrixYRaw,
DimensionReductionAndRegressionOptions plsOptions,
ref DimensionReductionAndRegressionResult plsContent,
DataTable destinationTable
)
Parameters
- xOfXRaw Double
- Vector of spectral wavelengths. Necessary to divide the spectras in different regions.
- matrixXRaw IMatrixDouble
- Matrix of unpreprocessed spectra (horizontal oriented).
- matrixYRaw IMatrixDouble
- Matrix of unpreprocessed concentrations.
- plsOptions DimensionReductionAndRegressionOptions
- Analysis options.
- plsContent DimensionReductionAndRegressionResult
- Information about this analysis.
- destinationTable DataTable
- Table to store the results.
See Also