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
Ok, I verified that. Seems to be a change on the scipy side. Basically, the rvs is using an optimization procedure from scipy via scipy.stats. That worked in the past, but does not anymore. We need to investigate how to best fix that.
I used the example code for fitting triangular distribution.
However, this code fails with error that optimization fail to converge after 100 iteration. Same is the case with
cardioid
distribution.The text was updated successfully, but these errors were encountered: