R/RcppExports.R

Defines functions ipfRcpp VarExtRcpp partialABgammaRcpp gradRcpp hessRcpp objectivefzRcpp

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

objectivefzRcpp <- function(par, T, ab, wt, aj1T, bj1T, cj1T, nummet, itmp, D, base) {
    .Call(`_equateMultiple_objectivefzRcpp`, par, T, ab, wt, aj1T, bj1T, cj1T, nummet, itmp, D, base)
}

hessRcpp <- function(par, T, ab, wt, aj1T, bj1T, cj1T, nummet, itmp, D, base) {
    .Call(`_equateMultiple_hessRcpp`, par, T, ab, wt, aj1T, bj1T, cj1T, nummet, itmp, D, base)
}

gradRcpp <- function(par, T, ab, wt, aj1T, bj1T, cj1T, nummet, itmp, D, base) {
    .Call(`_equateMultiple_gradRcpp`, par, T, ab, wt, aj1T, bj1T, cj1T, nummet, itmp, D, base)
}

partialABgammaRcpp <- function(par, T, ab, wt, aj1T, bj1T, cj1T, nummet, itmp, D, base, nb, posnomi) {
    .Call(`_equateMultiple_partialABgammaRcpp`, par, T, ab, wt, aj1T, bj1T, cj1T, nummet, itmp, D, base, nb, posnomi)
}

VarExtRcpp <- function(x) {
    .Call(`_equateMultiple_VarExtRcpp`, x)
}

ipfRcpp <- function(aj1T, base, eps) {
    .Call(`_equateMultiple_ipfRcpp`, aj1T, base, eps)
}

Try the equateMultiple package in your browser

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

equateMultiple documentation built on Oct. 17, 2022, 5:08 p.m.