Implement functions to calculate maximum likelihood estimates for parameters
commit7ec1689240351e99042feea022099d02163ce447
authorRobert Dodier <robert_dodier@users.sourceforge.net>
Sun, 15 Jan 2023 17:20:04 +0000 (15 09:20 -0800)
committerRobert Dodier <robert_dodier@users.sourceforge.net>
Sun, 15 Jan 2023 17:38:36 +0000 (15 09:38 -0800)
treedb6fbc5061f8d36f625a53e318fccd6ead8f7f88
parent6f89e40c7f33f09c5b22b0d628d83c4bd853fa32
Implement functions to calculate maximum likelihood estimates for parameters
for some statistical distributions.

So far, mle_normal, mle_lognormal, and mle_weibull are implemented.
The goal is to have a function mle_foo for every foo in the distrib package.

This commit includes test cases for the new functions.
share/distrib/distrib.mac
share/distrib/rtest_distrib.mac