From 3147a8c1ec1aa81097bd9897b33b703ae3a5d20f Mon Sep 17 00:00:00 2001
From: Johannes Ranke Function describing the standard deviation of the measurement error
- in dependence of the measured value: \(sigma = sqrt(sigma_low^2 + y^2 * rsd_high^2)\)summary
of an mkinfit
object is in fact a full report that should give enough information to be able to approximately reproduce the fit with other tools.reweight.method = "obs"
to your call to mkinfit
and a separate variance componenent for each of the observed variables will be optimised in a second stage after the primary optimisation algorithm has converged.reweight.method = "tc"
.
$$\sigma = \sqrt{ \sigma_{low}^2 + y^2 * {rsd}_{high}^2}$$
sigma_rl(y, sigma_low, rsd_high)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) -- cgit v1.2.1