From 3147a8c1ec1aa81097bd9897b33b703ae3a5d20f Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Tue, 30 Jan 2018 11:06:33 +0100
Subject: Improve documentation of Rocke and Lorenzato model
Static documentation except articles rebuilt by pkgdown
---
docs/reference/sigma_rl.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'docs')
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 @@
Function describing the standard deviation of the measurement error
- in dependence of the measured value:
-\(sigma = sqrt(sigma_low^2 + y^2 * rsd_high^2)\)
+ in dependence of the measured value \(y\):
+$$\sigma = \sqrt{ \sigma_{low}^2 + y^2 * {rsd}_{high}^2}$$
sigma_rl(y, sigma_low, rsd_high)
--
cgit v1.2.1