R/RcppExports.R
likelihood_func_fast.RdFast observation error function Calculate the probability of a set of observed titres given a corresponding set of predicted titres. FAST IMPLEMENTATION
likelihood_func_fast(theta, obs, predicted_titres)
| theta | NumericVector, a named parameter vector giving the normal distribution standard deviation and the max observable titre |
|---|---|
| obs | NumericVector, the vector of observed log titres |
| predicted_titres | NumericVector, the vector of predicted log titres |
| a | vector of same length as the input data giving the probability of observing each observation given the predictions |
a likelihood for each observed titre