Click or drag to resize
Accord.NET (logo)

VonMisesDistributionEstimate Method (Double, Double, VonMisesOptions)

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,
	double[] weights,
	VonMisesOptions options
)
Request Example View Source

Parameters

angles
Type: SystemDouble
weights
Type: SystemDouble
options
Type: Accord.Statistics.Distributions.FittingVonMisesOptions

Return Value

Type: VonMisesDistribution
See Also