SSProbBaseGetMeanDeviationFromZero Method |
Calculates an estimate of the standard deviation of arr, restricted to elements where crit is .
Namespace: Altaxo.Science.Spectroscopy.BaselineEstimationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected 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
DoubleThe estimated standard deviation.
See Also