calc_neg_log_lik_multivariate: Calculate the overall (summed) negative log-likelihood

Description Usage Arguments Value

View source: R/multivariate_models.R

Description

Calculate the overall negative log-likelihood for a set of observations by calling calc_neg_log_lik_vect_multivariate and summing the resulting vector.

Usage

1
calc_neg_log_lik_multivariate(th_y, calc_data, tf_cat_vect = NA)

Arguments

th_y

The parameter vector

calc_data

Data needed for a speedy negative log-likelihood calculation

tf_cat_vect

A vector to transform th_y from an unconstrained to a constrained representation (if necessary)

Value

The overall negative log-likelihood


MichaelHoltonPrice/yada documentation built on Sept. 19, 2021, 11:27 p.m.