|
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
)
Public Shared Function Estimate (
angles As Double()
) As VonMisesDistribution
Request Example
View SourceParameters
- angles
- Type: SystemDouble
Return Value
Type:
VonMisesDistributionSee Also