CommsMath CalculateStdDeviation Method (Int32)NetworkComms.Net Help
Return the standard deviation of the current list.

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

public double CalculateStdDeviation(
	int lastNValues
)

Parameters

lastNValues
Type: OnlineSystem Int32
If less than the number of items in the value list returns the mean of the lastNValues

Return Value

Type: OnlineDouble
The mean of relevant values
See Also