R/RcppExports.R

Defines functions mloglik1e mloglik1d mloglik1c

Documented in mloglik1c mloglik1d mloglik1e

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

mloglik1c <- function(jtms, TT, nu, gcoef, Inu) {
    .Call('IHSEP_mloglik1c', PACKAGE = 'IHSEP', jtms, TT, nu, gcoef, Inu)
}

mloglik1d <- function(jtms, TT, nu, gcoef, Inu) {
    .Call('IHSEP_mloglik1d', PACKAGE = 'IHSEP', jtms, TT, nu, gcoef, Inu)
}

mloglik1e <- function(jtms, TT, nuvs, gcoef, InuT) {
    .Call('IHSEP_mloglik1e', PACKAGE = 'IHSEP', jtms, TT, nuvs, gcoef, InuT)
}

Try the IHSEP package in your browser

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

IHSEP documentation built on Sept. 17, 2022, 1:05 a.m.