|
GeneralizedBetaDistributionEstimate Method (Double, Int32, Int32, Double)
|
Estimates a new Beta distribution from a set of weighted observations.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public static GeneralizedBetaDistribution Estimate(
double[] samples,
int min,
int max,
double[] weights
)
Public Shared Function Estimate (
samples As Double(),
min As Integer,
max As Integer,
weights As Double()
) As GeneralizedBetaDistribution
Request Example
View SourceParameters
- samples
- Type: SystemDouble
- min
- Type: SystemInt32
- max
- Type: SystemInt32
- weights
- Type: SystemDouble
Return Value
Type:
GeneralizedBetaDistributionSee Also