R/roxygen-tags.R

#' @useDynLib mssm, .registration = TRUE
#' @importFrom Rcpp sourceCpp
#' @import nloptr
NULL

#' Multivariate State Space Models
#'
#' @name mssm-package
#' @docType package
#'
#' @description
#' This package contains particle filter methods for multivariate observed
#' outcomes and low dimensional state vectors. The methods are intended to
#' scale well in the dimension of the observed outcomes. The main function in
#' the package is the \code{\link{mssm}} function. The package also includes
#' a method to estimate the parameters using a Laplace approximation.
#'
#' The README contains an example of the features in the package. See
#' \url{https://github.com/boennecd/mssm}.
#'
#' The package is still under development and the API and results of the
#' methods may change.
NULL

Try the mssm package in your browser

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

mssm documentation built on Jan. 31, 2022, 9:08 a.m.