Gets the standard deviation of a list.
Namespace: CleanCode.MathAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- list
- Type:
System.Collections.Generic List
Double
The list.
- mean
- Type:
System Double
The mean.
Return Value
Standard deviationRemarks
See Also