Return the standard deviation of the provided list of values
Namespace: NetworkCommsDotNet.ToolsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- localValues
- Type: System.Collections.Generic List Double
Values for which a standard deviation should be calculated
- weights
- Type: System.Collections.Generic List Double
The weights to apply to the corresponding values
Return Value
Type: DoubleThe standard deviation of provided values
See Also