R/logl_mle2.R

Defines functions logL_mle2

Documented in logL_mle2

#' @importFrom cubature cuhre
#' @export

# another version of the logL function accepting rho and df as distinct scalar parameters
logL_mle2 <- function(rho, df, x) logL(c(rho, df), x)

Try the GenOrd package in your browser

Any scripts or data that you put into this service are public.

GenOrd documentation built on Nov. 5, 2025, 7:31 p.m.