From af2e1540cdad2fd00bb6216a38a754ff748629ad Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 25 Oct 2019 02:10:08 +0200 Subject: Static documentation rebuilt by pkgdown --- docs/reference/sigma_twocomp.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'docs/reference/sigma_twocomp.html') diff --git a/docs/reference/sigma_twocomp.html b/docs/reference/sigma_twocomp.html index ef62212a..d95e1c28 100644 --- a/docs/reference/sigma_twocomp.html +++ b/docs/reference/sigma_twocomp.html @@ -36,13 +36,8 @@ - + @@ -139,13 +134,8 @@ This is the error model used for example by Werner et al. (1978). The model
-

Function describing the standard deviation of the measurement error - in dependence of the measured value \(y\):

-

$$\sigma = \sqrt{ \sigma_{low}^2 + y^2 * {rsd}_{high}^2}$$ - sigma = sqrt(sigma_low^2 + y^2 * rsd_high^2)

-

This is the error model used for example by Werner et al. (1978). The model - proposed by Rocke and Lorenzato (1995) can be written in this form as well, - but assumes approximate lognormal distribution of errors for high values of y.

+

Function describing the standard deviation of the measurement error in +dependence of the measured value \(y\):

sigma_twocomp(y, sigma_low, rsd_high)
@@ -159,18 +149,27 @@ This is the error model used for example by Werner et al. (1978). The model sigma_low -

The asymptotic minimum of the standard deviation for low observed values

+

The asymptotic minimum of the standard deviation for low +observed values

rsd_high -

The coefficient describing the increase of the standard deviation with - the magnitude of the observed value

+

The coefficient describing the increase of the standard +deviation with the magnitude of the observed value

Value

The standard deviation of the response variable.

+

Details

+ +

$$\sigma = \sqrt{ \sigma_{low}^2 + y^2 * {rsd}_{high}^2}$$ sigma = +sqrt(sigma_low^2 + y^2 * rsd_high^2)

+

This is the error model used for example by Werner et al. (1978). The model +proposed by Rocke and Lorenzato (1995) can be written in this form as well, +but assumes approximate lognormal distribution of errors for high values of +y.

References

Werner, Mario, Brooks, Samuel H., and Knott, Lancaster B. (1978) @@ -185,6 +184,7 @@ This is the error model used for example by Werner et al. (1978). The model

-- cgit v1.2.1