Skip to content

Commit

Permalink
updated test code with correct priors and new test datasets (#80)
Browse files Browse the repository at this point in the history
* updated test code with correct priors and new test datasets

* formatting

* removed unused import

* updated python priors for nlogistic model

* updated pybmds tests for new nlogistic priors

* update

---------

Co-authored-by: Andy Shapiro <[email protected]>
  • Loading branch information
cwsimmon and shapiromatron authored Nov 15, 2024
1 parent 4f97dea commit 2fdcb45
Show file tree
Hide file tree
Showing 4 changed files with 262 additions and 74 deletions.
8 changes: 4 additions & 4 deletions src/pybmds/types/priors.csv
Original file line number Diff line number Diff line change
Expand Up @@ -141,15 +141,15 @@ C,5,2,d,2,0,0.2501,0,18
C,5,2,rho,2,0,0.5,0,18
C,5,2,log-alpha,1,0,1,-18,18
ND,1,0,a,0,0,0,0,1
ND,1,0,b,0,0,0,-1E+6,1E+6
ND,1,0,b,0,0,0,-18,18
ND,1,0,theta1,0,0,0,0,1
ND,1,0,theta2,0,0,0,-1E+6,1E+6
ND,1,0,theta2,0,0,0,-18,18
ND,1,0,rho,0,0,0,0,18
ND,1,0,phi,0,0,0,0,1E+6
ND,1,1,a,0,0,0,0,1
ND,1,1,b,0,0,0,-1E+6,1E+6
ND,1,1,b,0,0,0,-18,18
ND,1,1,theta1,0,0,0,0,1
ND,1,1,theta2,0,0,0,-1E+6,1E+6
ND,1,1,theta2,0,0,0,-18,18
ND,1,1,rho,0,0,0,1,18
ND,1,1,phi,0,0,0,0,1E+6
ND,2,0,a,0,0,0,0,18
Expand Down
Loading

0 comments on commit 2fdcb45

Please sign in to comment.