CommsMathCalculateStdDeviation Method (ListDouble, ListDouble) |
Namespace:
NetworkCommsDotNet.Tools
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic 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