From 0b98c459c30a0629a728acf6b311de035c55fb64 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 18 Jul 2018 15:18:30 +0200 Subject: 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. --- R/sigma_rl.R | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 R/sigma_rl.R (limited to 'R/sigma_rl.R') diff --git a/R/sigma_rl.R b/R/sigma_rl.R deleted file mode 100644 index 2b921d29..00000000 --- a/R/sigma_rl.R +++ /dev/null @@ -1,3 +0,0 @@ - sigma_rl <- function(y, sigma_low, rsd_high) { - sqrt(sigma_low^2 + y^2 * rsd_high^2) - } -- cgit v1.2.1