Click or drag to resize

ChemometricCommandsPlotPredictedVersusActualY(DataTable, XYPlotLayer, Int32, Int32) Method

Plots the predicted versus actual Y (concentration) 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 PlotPredictedVersusActualY(
	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