Click or drag to resize
C2TALibStdDev Method (SeriesDateTime, Double, Int32, Double)
Standard deviation.

Namespace:  C2ExplorerServiceStack.Logic.Implementation
Assembly:  C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
public static Series<DateTime, double> StdDev(
	Series<DateTime, double> data,
	int periods,
	double numberOfDeviations = 1
)

Parameters

data
Type: DeedleSeriesDateTime, Double
Time series.
periods
Type: SystemInt32
Number of periods.
numberOfDeviations (Optional)
Type: SystemDouble
Number of deviations.

Return Value

Type: SeriesDateTime, Double
Standard deviation data.
Exceptions
ExceptionCondition
C2RuntimeExceptionThrown when input data or parameters are wrong.
See Also