Click or drag to resize

PeakDescriptionGetPeakParameterCovariancesForSpectrum Method

Gets the covariance matrix of the fitted peak parameters for a given spectrum.

Namespace: Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IROMatrix<double>? GetPeakParameterCovariancesForSpectrum(
	int idxSpectrum
)

Parameters

idxSpectrum  Int32
The index of the spectrum.

Return Value

IROMatrixDouble
The covariance matrix for the specified spectrum, or if no covariance data is available.
See Also