Click or drag to resize
Accord.NET (logo)

CircularStandardDeviation Method (Double, Double)

Computes the circular standard deviation of the given circular samples. The minimum possible value for a sample must be zero and the maximum must be indicated in the parameter length.

Namespace:  Accord.Statistics
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static double StandardDeviation(
	double[] samples,
	double length
)
Request Example View Source

Parameters

samples
Type: SystemDouble
A double array containing the circular samples.
length
Type: SystemDouble
The maximum possible value of the samples.

Return Value

Type: Double
The circular standard deviation of the given samples.
See Also