likelihood_func_fast: Fast observation error function Calculate the probability of...

View source: R/RcppExports.R

likelihood_func_fastR Documentation

Fast observation error function Calculate the probability of a set of observed antibody levels given a corresponding set of predicted antibody levels.

Description

Fast observation error function Calculate the probability of a set of observed antibody levels given a corresponding set of predicted antibody levels.

Usage

likelihood_func_fast(theta, obs, predicted_antibody_levels)

Arguments

theta

NumericVector, a named parameter vector giving the normal distribution standard deviation and the max observable antibody level

obs

NumericVector, the vector of observed log antibody levels

predicted_antibody_levels

NumericVector, the vector of predicted log antibody levels

a

vector of same length as the input data giving the probability of observing each observation given the predictions

Value

a likelihood for each observed antibody level

See Also

Other likelihood_functions: Fast observation error function continuous


adamkucharski/serosolver documentation built on April 13, 2024, 10:24 a.m.