diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-01-30 11:06:33 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-01-30 11:20:55 +0100 |
commit | 3147a8c1ec1aa81097bd9897b33b703ae3a5d20f (patch) | |
tree | bd863539e7307ce24360d9c47a65614bc2c07938 /docs/reference/sigma_rl.html | |
parent | bd234377b7fa2ef056544a9299478b265d18d89f (diff) |
Improve documentation of Rocke and Lorenzato model
Static documentation except articles rebuilt by pkgdown
Diffstat (limited to 'docs/reference/sigma_rl.html')
-rw-r--r-- | docs/reference/sigma_rl.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/sigma_rl.html b/docs/reference/sigma_rl.html index 36f2a0c1..b7c93961 100644 --- a/docs/reference/sigma_rl.html +++ b/docs/reference/sigma_rl.html @@ -103,8 +103,8 @@ <p>Function describing the standard deviation of the measurement error - in dependence of the measured value:</p> -<p>\(sigma = sqrt(sigma_low^2 + y^2 * rsd_high^2)\)</p> + in dependence of the measured value \(y\):</p> +<p>$$\sigma = \sqrt{ \sigma_{low}^2 + y^2 * {rsd}_{high}^2}$$</p> <pre class="usage"><span class='fu'>sigma_rl</span>(<span class='no'>y</span>, <span class='no'>sigma_low</span>, <span class='no'>rsd_high</span>)</pre> |