R/RcppExports.R

Defines functions coeffpml

Documented in coeffpml

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

#' @title coeffpml
#' @description Computing whatever
#' @details Some details
#' @author Eckhard Liebscher
#' @aliases coeffpml
#' @param u1 Ranks of x-values in subregion
#' @param v1 Ranks of x-values in subregion
#' @param u2 ranks of y-values in subregion
#' @param v2 ranks of y-values in subregion
#' @param amin minimum fraction of sample items in a subregion
#' @param n total number of sample items
#' @param na number of data in subregion
#' @param mf int
#' @return NumericVector
#' @useDynLib depcoeff
#' @importFrom Rcpp evalCpp
#' @keywords internal
coeffpml <- function(u1, v1, u2, v2, amin, parp, parh, n, na, mf) {
    .Call('_depcoeff_coeffpml', PACKAGE = 'depcoeff', u1, v1, u2, v2, amin, parp, parh, n, na, mf)
}

Try the depcoeff package in your browser

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

depcoeff documentation built on Jan. 23, 2020, 5:06 p.m.