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 /man/sigma_rl.Rd | |
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 'man/sigma_rl.Rd')
-rw-r--r-- | man/sigma_rl.Rd | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/man/sigma_rl.Rd b/man/sigma_rl.Rd deleted file mode 100644 index 0b5d6f3c..00000000 --- a/man/sigma_rl.Rd +++ /dev/null @@ -1,26 +0,0 @@ -\name{sigma_rl} -\alias{sigma_rl} -\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 \eqn{y}: - - \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) -} -\arguments{ - \item{y}{ The magnitude of the observed value } - \item{sigma_low}{ The asymptotic minimum of the standard deviation for low observed values } - \item{rsd_high}{ The coefficient describing the increase of the standard deviation with - the magnitude of the observed value } -} -\value{ - The standard deviation of the response variable. -} -\references{ - Rocke, David M. und Lorenzato, Stefan (1995) A two-component model for - measurement error in analytical chemistry. Technometrics 37(2), 176-184. -} |