Open
Description
Summary:
A bunch of suggestions for making the optimization doc easier to understand.
-
User's Guide: Maximum Likelihood Estimation
- we should indicate that (a) we get penalized MLEs as well as MLE in the title and description, (b) explain that this means turning the Jacobian adjustment off, and (c) that with Jacobian adjustment off we do not get the posterior mode, aka the max a posteriori (MAP) estimate a Bayesian is likely to expect
- we should indicate
_np
suffix is NumPy ndarray and_pd
is a pandas data frame - we should break the output for running
optimize
, printing the_dict
, printing the_np
, and printing the_pd
values - we should indicate the result is on the constrained scale
-
API Docs
- indicate that results are on the constrained scale in
CmdStanMLE
- replace forward apostrophes with back ticks to get rendered quotes (both here and above)
- indicate that results are on the constrained scale in
Current Version:
1.0.7