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 /man/sigma_rl.Rd | |
parent | bd234377b7fa2ef056544a9299478b265d18d89f (diff) |
Improve documentation of Rocke and Lorenzato model
Static documentation except articles rebuilt by pkgdown
Diffstat (limited to 'man/sigma_rl.Rd')
-rw-r--r-- | man/sigma_rl.Rd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/sigma_rl.Rd b/man/sigma_rl.Rd index d1c22a77..0b5d6f3c 100644 --- a/man/sigma_rl.Rd +++ b/man/sigma_rl.Rd @@ -3,9 +3,10 @@ \title{ Two component error model of Rocke and Lorenzato} \description{ Function describing the standard deviation of the measurement error - in dependence of the measured value: + in dependence of the measured value \eqn{y}: - \eqn{sigma = sqrt(sigma_low^2 + y^2 * rsd_high^2)} + \deqn{\sigma = \sqrt{ \sigma_{low}^2 + y^2 * {rsd}_{high}^2}}{% + sigma = sqrt(sigma_low^2 + y^2 * rsd_high^2)} } \usage{ sigma_rl(y, sigma_low, rsd_high) |