Add generated quantities to Stan files#24
Conversation
…nake_case in the stan file
…names are all the same they're just snake_case
|
I also have made a utils file but that isn't in the PR - my thought on the utils file is that all the arguments that currently exist in coa will be hidden from the user and all the preprocessing e.g. making the three-demensional detection array will be a function called in |
|
Scratch this PR - I'm gonna do things right instead of quick - I'm gonna finish tests on old functions create a PR - then deperecriate those functions and create the new |
I know this will likely break a bunch of stuff but I had a hard time implementing things without changing naming schemes a bit. I basically changed everything to snake_case as I often have a hard time reading other formats/get confused. If you would like this in a different PR that's fine I can change that.
I have also renamed
COA_standard()function and Stan file to COA. If you'd prefer that to occur in a different PR that is cool with me as well. I know we talked about needing to keepCOA_standard()ect. and depreciate them instead of making a hard change like this. Again that can be done in a different PR.