CommsMath CalculateStdDeviation Method (List Double , List Double )NetworkComms.Net Help
Return the standard deviation of the provided list of values

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static double CalculateStdDeviation(
	List<double> localValues,
	List<double> weights
)

Parameters

localValues
Type: OnlineSystem.Collections.Generic List OnlineDouble 
Values for which a standard deviation should be calculated
weights
Type: OnlineSystem.Collections.Generic List OnlineDouble 
The weights to apply to the corresponding values

Return Value

Type: OnlineDouble
The standard deviation of provided values
See Also