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
doesn't behave as it should, blowing up at large values.
I think (((0.1875*x*x - 0.625)*x*x + 0.9375)*x + 0.5)*(x > -1)*(x < 1) + 1*(x >= 1) is what it should be.
The text was updated successfully, but these errors were encountered:
From Thiago, the formula at
rhalphalib/rhalphalib/parameter.py
Line 280 in cdab8c8
I think
(((0.1875*x*x - 0.625)*x*x + 0.9375)*x + 0.5)*(x > -1)*(x < 1) + 1*(x >= 1)
is what it should be.The text was updated successfully, but these errors were encountered: