Click or drag to resize

MathRoutinesStandardDeviation Method

LightningChart .NET Help
Calculate standard deviation of values

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.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