Click or drag to resize

CommsMathCalculateStdDeviation Method (ListDouble, ListDouble)

Namespace:  NetworkCommsDotNet.Tools
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static double CalculateStdDeviation(
	List<double> localValues,
	List<double> weights
)

Parameters

localValues
Type: System.Collections.GenericListDouble
weights
Type: System.Collections.GenericListDouble

Return Value

Type: Double
See Also