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
I would've put this one on StackOverflow but this package seems pretty new so I thought asking you guys would be the best.
I'm trying to solve a function that looks something like this:
P == 1 / (1 + exp(-(b0 + b1 * r + b2 * t)))
It's a logistic function but I want it in terms of r. This is my attempt.
Is symengine unable to solve this? It isn't clear what VecBasic of length 0 means. When do you think non-polynomials will be able to be solved in this package?
R version 3.6.3 (2020-02-29)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18363)
The text was updated successfully, but these errors were encountered:
Thanks for reporting. Yes currently only polynomials can be solved with this package and it's a bug that it should raise an error instead of returning an empty VecBasic.
There is ongoing effort to integrate SymPy with the package so it could provide a generic solver (hopefully be available soon). But that would require additional setup.
I would've put this one on StackOverflow but this package seems pretty new so I thought asking you guys would be the best.
I'm trying to solve a function that looks something like this:
P == 1 / (1 + exp(-(b0 + b1 * r + b2 * t)))
It's a logistic function but I want it in terms of
r
. This is my attempt.Is
symengine
unable to solve this? It isn't clear whatVecBasic of length 0
means. When do you think non-polynomials will be able to be solved in this package?R version 3.6.3 (2020-02-29)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18363)
The text was updated successfully, but these errors were encountered: