|
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
)
Public Shared Function StandardError (
angles As Double(),
alpha As Double
) As Double
Request Example
View SourceParameters
- angles
- Type: SystemDouble
A double array containing the angles in radians. - alpha
- Type: SystemDouble
The confidence level. Default is 0.05.
Return Value
Type:
DoubleThe standard error of the given angles.
See Also