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
{{ message }}
This repository was archived by the owner on Jun 13, 2022. It is now read-only.
The equation used for the model :TwoStateEquilibriumSloping is incorrect. The correct equation is :
Fnorm =[An + Bn + (Ad + Bd) exp(m(D-D50%)/RT )]/(1 + exp(m(D-D50%)/RT ))
There is a bracket [ ] missing in the equation currently used which is giving wrong fitting parameters. Please correct it. Thanks