R/simulate_data.R
add_noise.Rd
Adds truncated noise to titre data
add_noise(y, theta, measurement_bias = NULL, indices = NULL)
the titre
a vector with MAX_TITRE and error parameters
a noisy titre
if (FALSE) { ## ... example in simulate_individual pars <- c("error"=1) y <- runif(100) noisy_y <- add_noise(y, pars) }