diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-29 00:36:22 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-29 00:36:22 +0200 |
commit | 59566e315c5d05a0aa4a46ab80c5fda33c5c2f1e (patch) | |
tree | 91eb7671c50b2b5563a58344723304d159524f6d /docs/dev/reference/index.html | |
parent | f820bf5b91be0f589de16c3e3250f5f79672df75 (diff) |
Update multistart docs
Diffstat (limited to 'docs/dev/reference/index.html')
-rw-r--r-- | docs/dev/reference/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/dev/reference/index.html b/docs/dev/reference/index.html index 3d9d40b7..0fac6842 100644 --- a/docs/dev/reference/index.html +++ b/docs/dev/reference/index.html @@ -114,9 +114,9 @@ degradation models and one or more error models</p></td> </td> <td><p>Extract model parameters</p></td> </tr><tr><td> - <p><code><a href="convergence.html">convergence()</a></code> <code><a href="convergence.html">print(<i><convergence.mmkin></i>)</a></code> </p> + <p><code><a href="status.html">status()</a></code> <code><a href="status.html">print(<i><status.mmkin></i>)</a></code> <code><a href="status.html">print(<i><status.mhmkin></i>)</a></code> </p> </td> - <td><p>Method to get convergence information</p></td> + <td><p>Method to get status information for fit array objects</p></td> </tr><tr><td> <p><code><a href="illparms.html">illparms()</a></code> <code><a href="illparms.html">print(<i><illparms.mmkin></i>)</a></code> <code><a href="illparms.html">print(<i><illparms.mhmkin></i>)</a></code> </p> </td> @@ -253,9 +253,9 @@ degradation models and one or more error models</p></td> </td> <td><p>Plot the distribution of log likelihoods from multistart objects</p></td> </tr><tr><td> - <p><code><a href="parhist.html">parhist()</a></code> </p> + <p><code><a href="parplot.html">parplot()</a></code> </p> </td> - <td><p>Plot parameter distributions from multistart objects</p></td> + <td><p>Plot parameter variability of multistart objects</p></td> </tr></tbody><tbody><tr><th colspan="2"> <h2 id="datasets-and-known-results">Datasets and known results <a href="#datasets-and-known-results" class="anchor" aria-hidden="true"></a></h2> <p class="section-desc"></p> |