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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
DAISIEutils 1.5.0
Allow relaxed-rate DAISIE ML models.
This requires new a argument for run_daisie_ml() and setup_model(): par_upper_bound, which sets the upper limit of the integration of a relaxed parameter. This defaults to Inf in the R function and shell scripts, which is no upper bound of integration for the relaxed-rate DAISIE model. This parameter is ignored when using the standard constant-rate case (i.e., not relaxed-rate).
Allow 2 type DAISIE ML analyses, handled by run_daisie_2type_ml() and adjacent function setup_2type_model(). Similarly add required R run_daisie_2type_ml.R script and shell scripts submit_run_daisie_2type_ml.sh and submit_run_daisie_2type_ml_long.sh to run said analyses in an HPCC.
Package depends on CRAN DAISIE release instead of GitHub repository. Now requires DAISIE >= v4.3.1 to ensure latest ML related bugfixes are used.