Click or drag to resize
Accord.NET (logo)

CircularConcentration Method (Double, 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,
	double mean
)
Request Example View Source

Parameters

angles
Type: SystemDouble
A double array containing the angles in radians.
mean
Type: SystemDouble
The mean of the angles, if already known.

Return Value

Type: Double
The concentration (kappa) parameter of the VonMisesDistribution for the given data.
See Also