Click or drag to resize
Accord.NET (logo)

CircularStandardError Method (Double, Double)

Computes the standard error of the given angles.

Namespace:  Accord.Statistics
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static double StandardError(
	double[] angles,
	double alpha
)
Request Example View Source

Parameters

angles
Type: SystemDouble
A double array containing the angles in radians.
alpha
Type: SystemDouble
The confidence level. Default is 0.05.

Return Value

Type: Double
The standard error of the given angles.
See Also