diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2018-07-18 15:18:30 +0200 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-07-18 15:58:46 +0200 | 
| commit | 0b98c459c30a0629a728acf6b311de035c55fb64 (patch) | |
| tree | f146faf4802da38862aa14b0268265f3fad9ba34 /docs/reference/index.html | |
| parent | d3ed95f2a0a43ed74b02ea90e35d043ed4e1e72f (diff) | |
Correct references to the Rocke and Lorenzato model
Rename 'sigma_rl' to 'sigma_twocomp' as the Rocke and Lorenzato model assumes lognormal distribution for large y.
Rebuild static documentation.
Diffstat (limited to 'docs/reference/index.html')
| -rw-r--r-- | docs/reference/index.html | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/docs/reference/index.html b/docs/reference/index.html index 5785b5aa..d9705ce3 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -58,7 +58,7 @@        </button>        <span class="navbar-brand">          <a class="navbar-link" href="../index.html">mkin</a> -        <span class="label label-default" data-toggle="tooltip" data-placement="bottom" title="Released package">0.9.47.1</span> +        <span class="label label-default" data-toggle="tooltip" data-placement="bottom" title="Released package">0.9.47.2</span>        </span>      </div> @@ -352,9 +352,9 @@        </tr><tr>          <td> -          <p><code><a href="sigma_rl.html">sigma_rl()</a></code> </p> +          <p><code><a href="sigma_twocomp.html">sigma_twocomp()</a></code> </p>          </td> -        <td><p>Two component error model of Rocke and Lorenzato</p></td> +        <td><p>Two component error model</p></td>        </tr>      </tbody><tbody>        <tr> | 
