R/RcppExports.R

Defines functions HMMsimulate HMMrepsim HMMfitting HMMll

Documented in HMMfitting HMMll HMMrepsim HMMsimulate

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

HMMll <- function(tuningparameters) {
    .Call(`_HMMmlselect_HMMll`, tuningparameters)
}

HMMfitting <- function(tuningparameters) {
    .Call(`_HMMmlselect_HMMfitting`, tuningparameters)
}

HMMrepsim <- function(tuningparameters) {
    .Call(`_HMMmlselect_HMMrepsim`, tuningparameters)
}

HMMsimulate <- function(tuningparameters) {
    .Call(`_HMMmlselect_HMMsimulate`, tuningparameters)
}

Try the HMMmlselect package in your browser

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

HMMmlselect documentation built on May 3, 2020, 9:05 a.m.