StandardDeviation GetStandardDeviation Method (List Double )CleanCode C# Libraries v1.2.03 API
Gets the standard deviation of a list.

Namespace: CleanCode.Math
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public static double GetStandardDeviation(
	List<double> list
)

Parameters

list
Type: OnlineSystem.Collections.Generic List OnlineDouble 
The list.

Return Value

Standard deviation
See Also