choderalab / assaytools

Modeling and Bayesian analysis of fluorescence and absorbance assays.
http://assaytools.readthedocs.org
GNU Lesser General Public License v2.1
18 stars 11 forks source link

Add new `GeneralBindingModel` API that accepts/returns concentrations instead of log concentrations #141

Open jchodera opened 5 years ago

jchodera commented 5 years ago

It is inconvenient to only feed the current GeneralBindingModel log concentrations, since sometimes some concentrations are identically zero and we would have to carefully remove those from the reaction equations.

Instead, it would be useful to encapsulate this behavior automatically in a new API for GeneralBindingModel, and maybe move the old binding model to a different method.

cc: #127