acope3 / RibModelFramework

1 stars 14 forks source link

Diverging from initial conditions with PA/PANSE causes values to start at NA #373

Open acope3 opened 2 years ago

acope3 commented 2 years ago

We have uniform priors on PA/PANSE that restrict our parameter space. If it goes outside of this, the parameter should be NA. However, we don't check this when varying initial conditions, which can cause problems. Need to add code to apply priors and accept only if parameters are within the correct parameter space.