Skip to content
Prev 383425 / 398502 Next

Problem with MASS::fitdistr().

fitdistr computes a Hessian matrix.
I think optim ignores the lower value computing the Hessian.

Here's the result after removing the Hessian and Hessian-dependent info:
List of 3
 $ estimate: Named num [1:2] 0.0000000149 1.0797684972
  ..- attr(*, "names")= chr [1:2] "alpha" "beta"
 $ loglik  : num -2039
 $ n       : int 1529
 - attr(*, "class")= chr "fitdistr"
On Sun, Apr 26, 2020 at 7:02 PM Abby Spurdle <spurdle.a at gmail.com> wrote: