Click or drag to resize
Accord.NET (logo)

VonMisesDistribution. Estimate Method (Double[] )

Estimates a new von-Mises distribution from a given set of angles.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static VonMisesDistribution Estimate(
	double[] angles
)
Request Example View Source

Parameters

angles
Type:System.Double[]

Return Value

Type: VonMisesDistribution
See Also