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
species_list =['a','b','c']
species_kinetic_role =['reactant', 'intermediate', 'product']
kinetic_experiment_type = 'transient'
This example would use concentration, rate, concentration for the posterior.
If it is steady state, then it would be concentration for all of them.
For transient, need the uncertainties of initial concentrations for each of them.
The text was updated successfully, but these errors were encountered:
species_list =['a','b','c']
species_kinetic_role =['reactant', 'intermediate', 'product']
kinetic_experiment_type = 'transient'
This example would use concentration, rate, concentration for the posterior.
If it is steady state, then it would be concentration for all of them.
For transient, need the uncertainties of initial concentrations for each of them.
The text was updated successfully, but these errors were encountered: