clbustos / distribution

Statistical Distributions multi library wrapper. Uses Ruby by default and C (statistics2/GSL) or Java extensions where available.
Other
141 stars 52 forks source link

Question: How to find Alpha/Beta parameters of a Beta distribution given an array of data? #30

Open leoplct opened 3 years ago

leoplct commented 3 years ago

I have an array of data x=[0.1, 0.04, 0.3] How can I use this library to estimate alpha and beta of a beta distribution?