ihmeuw-msca / CurveFit

Generic curve fitting package with nonlinear mixed effects model
https://ihmeuw-msca.github.io/CurveFit/
GNU General Public License v3.0
192 stars 57 forks source link

Add AD version of effects2params. #61

Closed bradbell closed 4 years ago

bradbell commented 4 years ago

Most all this work is going on in the cppad_py directory and does not affect the rest of the code. Some times I make corrections to, or need to re-factor, the other code during this process.

During this process I corrected some of the documentation and improved the index notation for the normal version of effects2params. When I actually pull in the AD stuff I plan to use one set of documentation for the normal and AD versions of the routines.

bradbell commented 4 years ago

Found some more cases of 'genralized gaussian error function' and converted them to 'generalized gaussian cumulative distribution function'

Improved the objective_fun documentation (in Developer Doc) and added a test of directly calling obective_fun (with out a model).