calc_LL_log10normal_threshold: Calculate the log likehood of data given true model outputs...

View source: R/model_likelihood_helpers.R

calc_LL_log10normal_thresholdR Documentation

Calculate the log likehood of data given true model outputs if the data is log10normal distributed and there is an observation threshold

Description

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

Usage

calc_LL_log10normal_threshold(data, true_values, sd_noise, threshold)

Arguments

data

numeric vector of observed data (where some number below threshold is used to denote a measurement below the threshold)

true_values

numeric vector of the same length as data which contains the true model outputs

sd_noise

numeric vector of length 1: standard deviation of the noise distribution in log10 space

threshold

numeric vector of length 1: observation threshold

Value

numeric vector of length 1: the log likehood of the data given true model outputs


ada-w-yan/deltaomicron1 documentation built on June 24, 2022, 5:41 a.m.