|
CircularConcentration Method (Double)
|
Computes the concentration (kappa) of the given angles.
Namespace:
Accord.Statistics
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public static double Concentration(
double[] angles
)
Public Shared Function Concentration (
angles As Double()
) As Double
Request Example
View SourceParameters
- angles
- Type: SystemDouble
A double array containing the angles in radians.
Return Value
Type:
Double
The concentration (kappa) parameter of the
VonMisesDistribution
for the given data.
See Also