diff options
Diffstat (limited to 'man')
-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) |