R/bliss.R

#' bliss: Bayesian functional Linear regression with Sparse Step functions
#'
#' A method for the Bayesian Functional Linear Regression model (functions-on-scalar),
#' including two estimators of the coefficient function and an estimator of its support.
#' A representation of the posterior distribution is also available.
#'
#' @docType package
#' @name bliss
#' @import Rcpp RcppArmadillo
#' @importFrom Rcpp evalCpp cppFunction Rcpp.plugin.maker
#' @useDynLib bliss, .registration = TRUE
# @exportPattern "^[[:alpha:]]+"
NULL

Try the bliss package in your browser

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

bliss documentation built on March 18, 2022, 5:46 p.m.