diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-01-19 16:01:47 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-01-30 10:43:58 +0100 |
commit | a37ba8f8898e4629dfc9d2558fc19a180551de2d (patch) | |
tree | dcae8090ab31e2e21ebdcb8f8fe11ada521523cc /man/sigma_rl.Rd | |
parent | f18213520f20aba947093e53113c44b689e8b98d (diff) |
Reweighting with two-component error model
Static documentation except articles rebuilt by pkgdown
Diffstat (limited to 'man/sigma_rl.Rd')
-rw-r--r-- | man/sigma_rl.Rd | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/man/sigma_rl.Rd b/man/sigma_rl.Rd new file mode 100644 index 00000000..d1c22a77 --- /dev/null +++ b/man/sigma_rl.Rd @@ -0,0 +1,25 @@ +\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{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. +} |