Skip to content

Commit

Permalink
Merge pull request #715 from gil2rok/patch-1
Browse files Browse the repository at this point in the history
Fix minor doc typos
  • Loading branch information
WardBrian committed Nov 6, 2023
2 parents 435927c + 858803d commit 535c4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docsrc/users-guide/workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ An example of each is provided in the `next section <examples.rst>`__.

It returns a :class:`CmdStanVB` object which contains an approximation the posterior distribution.

* The :meth:`~CmdStanModel.optimize` runs one of
`Stan's optimization algorithms <https://mc-stan.org/docs/reference-manual/optimization-algorithms-chapter.html>`__.
* The :meth:`~CmdStanModel.optimize` runs one of Stan's
`optimization algorithms <https://mc-stan.org/docs/reference-manual/optimization-algorithms-chapter.html>`__
to find a mode of the density specified by the Stan program.

It returns a :class:`CmdStanMLE` object.
Expand Down

0 comments on commit 535c4e6

Please sign in to comment.