|
ExponentialDistributionEstimate Method (Double, Double)
|
Estimates a new Exponential distribution from a given set of observations.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public static ExponentialDistribution Estimate(
double[] observations,
double[] weights
)
Public Shared Function Estimate (
observations As Double(),
weights As Double()
) As ExponentialDistribution
Request Example
View SourceParameters
- observations
- Type: SystemDouble
- weights
- Type: SystemDouble
Return Value
Type:
ExponentialDistributionSee Also