|
CircularStandardError Method (Double, Double, Double)
|
Computes the circular standard error 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 StandardError(
double[] samples,
double length,
double alpha
)
Public Shared Function StandardError (
samples As Double(),
length As Double,
alpha As Double
) As Double
Request Example
View SourceParameters
- samples
- Type: SystemDouble
A double array containing the circular samples. - length
- Type: SystemDouble
The maximum possible value of the samples. - alpha
- Type: SystemDouble
The confidence level. Default is 0.05.
Return Value
Type:
DoubleThe circular standard error of the given samples.
See Also