R/RcppExports.R

Defines functions mKIapprox newt J

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

F <- function(x, N, Rx) {
    .Call(`_dynmix_F`, x, N, Rx)
}

J <- function(x, m, Rxj) {
    .Call(`_dynmix_J`, x, m, Rxj)
}

newt <- function(x0, Nn, Rxn) {
    .Call(`_dynmix_newt`, x0, Nn, Rxn)
}

mKIapprox <- function(w, vold) {
    .Call(`_dynmix_mKIapprox`, w, vold)
}

Try the dynmix package in your browser

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

dynmix documentation built on July 9, 2023, 7:22 p.m.