Click or drag to resize
Accord.NET (logo)

Circular. StandardError 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:System.Double[]
A double array containing the angles in radians.
alpha
Type: System.Double
The confidence level. Default is 0.05.

Return Value

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