Click or drag to resize

ChemometricCommandsPlotYCrossResiduals(DataTable, XYPlotLayer, Int32, Int32) Method

Plots the residual y values (of cross prediction) of a given component into a provided layer.

Namespace: Altaxo.Worksheet.Commands.Analysis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void PlotYCrossResiduals(
	DataTable table,
	XYPlotLayer layer,
	int whichY,
	int numberOfFactors
)

Parameters

table  DataTable
The table of PLS output data.
layer  XYPlotLayer
The layer to plot into.
whichY  Int32
The number of the component (y, concentration etc.) for which to plot the residuals.
numberOfFactors  Int32
The number of factors used for calculation of the residuals.
See Also