Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Typo in the manual and help file for [M-5] optimize()

    One page 26 of the Mata manual [M-5] for the function optimize() (and in the corresponding Stata help file) it says
    optimize_result_V_robust(S) returns H*invsym(S'S)*H, which is the robust estimate of variance
    Instead it should be
    optimize_result_V_robust(S) returns invsym(-H)*(S'S)*invsym(-H), which is the robust estimate of variance
    https://twitter.com/Kripfganz

  • #2
    Thanks for pointing this out. We will try to get this fixed in the next Stata update.

    Comment


    • #3
      Stata Press has a form for reporting errors: http://www.stata-press.com/errataform.html
      Steve Samuels
      Statistical Consulting
      [email protected]

      Stata 14.2

      Comment

      Working...
      X