View source: R/model_likelihood_helpers.R
calc_LL_log10normal_threshold | R Documentation |
calc_LL_log10normal_threshold
calculates the log likehood of data given
true model outputs if the data is log10normal distributed
and there is an observation threshold
calc_LL_log10normal_threshold(data, true_values, sd_noise, threshold)
data |
numeric vector of observed data (where some number below |
true_values |
numeric vector of the same length as |
sd_noise |
numeric vector of length 1: standard deviation of the noise distribution in log10 space |
threshold |
numeric vector of length 1: observation threshold |
numeric vector of length 1: the log likehood of the data given true model outputs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.