Click or drag to resize

TechnicalAnalysisRoutinesStandardDeviation Method

LightningChart .NET Help
Calculates standard deviation of values.

Namespace:  Arction.CustomControls.Trader.WPF.Routines
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public static double StandardDeviation(
	double[] values
)

Parameters

values
Type: SystemDouble
Values

Return Value

Type: Double
Stardard deviation
See Also