You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fitter outputted the following best fit parameters for a geninvgauss distribution:
(0.48753085620446013,
5.181675881089951e-11,
0.00015499999999999997,
2.953504104288843e-14)
For these parameters, dist.cdf(0.05, *params) = 1.0000000000930243 is slightly above 1, so the above cannot be right?
The text was updated successfully, but these errors were encountered:
Hi,
fitter outputted the following best fit parameters for a geninvgauss distribution:
(0.48753085620446013,
5.181675881089951e-11,
0.00015499999999999997,
2.953504104288843e-14)
For these parameters, dist.cdf(0.05, *params) = 1.0000000000930243 is slightly above 1, so the above cannot be right?
The text was updated successfully, but these errors were encountered: