Click or drag to resize
Accord.NET (logo)

CircularStandardError Method (Int32, Double, 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(
	int samples,
	double cos,
	double sin,
	double alpha
)
Request Example View Source

Parameters

samples
Type: SystemInt32
The number of samples.
cos
Type: SystemDouble
The sum of the cosines of the samples.
sin
Type: SystemDouble
The sum of the sines of the samples.
alpha
Type: SystemDouble
The confidence level. Default is 0.05.

Return Value

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