R/bayesdecon-package.R

#' Density Deconvolution Using Bayesian Semiparametric Methods
#'
#' Placeholder...
#'
#' @aliases BayesDecon-package
#' @docType package
#' @author Blake Moya <blakemoya@utexas.edu>
#' @import Rcpp
#' @importFrom Rcpp sourceCpp
#' @importFrom msm dtnorm ptnorm qtnorm rtnorm
#' @importFrom corpcor make.positive.definite
#' @importFrom ks kde
#' @useDynLib BayesDecon
#' @keywords internal
"_PACKAGE"


## usethis namespace: start
#' @useDynLib BayesDecon, .registration = TRUE
## usethis namespace: end
NULL

## usethis namespace: start
#' @importFrom Rcpp sourceCpp
## usethis namespace: end
NULL

Try the BayesDecon package in your browser

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

BayesDecon documentation built on March 15, 2026, 1:06 a.m.