Click or drag to resize

SSProbBaseGetMeanDeviationFromZero Method

Calculates an estimate of the standard deviation of arr, restricted to elements where crit is .

Namespace: Altaxo.Science.Spectroscopy.BaselineEstimation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected static double GetMeanDeviationFromZero(
	IReadOnlyList<double> arr,
	IReadOnlyList<bool> crit
)

Parameters

arr  IReadOnlyListDouble
The data values.
crit  IReadOnlyListBoolean
Criterion indicating which values are considered.

Return Value

Double
The estimated standard deviation.
See Also