Click or drag to resize

EnsembleMeanAndScaleCorrectionProcessForPrediction Method

Processes the spectra for prediction. For prediction it is necessary to use the spectral mean and scale values previously evaluated by Process(IMatrixDouble, Int32, IVectorDouble, IVectorDouble), in order to apply the same treatment to the spectra.

Namespace: Altaxo.Science.Spectroscopy.EnsembleMeanScale
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void ProcessForPrediction(
	IMatrix<double> xMatrix,
	int[] regions,
	IReadOnlyList<double> xMean,
	IReadOnlyList<double> xScale
)

Parameters

xMatrix  IMatrixDouble

[Missing <param name="xMatrix"/> documentation for "M:Altaxo.Science.Spectroscopy.EnsembleMeanScale.EnsembleMeanAndScaleCorrection.ProcessForPrediction(Altaxo.Calc.LinearAlgebra.IMatrix{System.Double},System.Int32[],System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double})"]

regions  Int32
Vector of spectral regions. Each element is the index of the start of a new region.
xMean  IReadOnlyListDouble

[Missing <param name="xMean"/> documentation for "M:Altaxo.Science.Spectroscopy.EnsembleMeanScale.EnsembleMeanAndScaleCorrection.ProcessForPrediction(Altaxo.Calc.LinearAlgebra.IMatrix{System.Double},System.Int32[],System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double})"]

xScale  IReadOnlyListDouble

[Missing <param name="xScale"/> documentation for "M:Altaxo.Science.Spectroscopy.EnsembleMeanScale.EnsembleMeanAndScaleCorrection.ProcessForPrediction(Altaxo.Calc.LinearAlgebra.IMatrix{System.Double},System.Int32[],System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double})"]

Implements

IEnsembleMeanScalePreprocessorProcessForPrediction(IMatrixDouble, Int32, IReadOnlyListDouble, IReadOnlyListDouble)
See Also