aboutsummaryrefslogtreecommitdiff
path: root/R/sigma_twocomp.R
blob: b06816c1770578d86cd3a31ab7f65b4cef72f299 (plain) (blame)
1
2
3
  sigma_twocomp <- function(y, sigma_low, rsd_high) {
    sqrt(sigma_low^2 + y^2 * rsd_high^2)
  }

Contact - Imprint