Click or drag to resize
Accord.NET (logo)

VonMisesDistributionEstimate 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: SystemDouble

Return Value

Type: VonMisesDistribution
See Also