R/smam.R

##' smam: Statistical Modeling of Animal Movements
##'
##' Animal movement models including
##' Moving-Resting Process with Embedded Brownian Motion,
##' Brownian Motion with Measurement Error,
##' Moving-Resting-Handling Process with Embedded Brownian Motion,
##' Moving-Resting Process with Measurement Error,
##' Moving-Moving Process with two Embedded Brownian Motions.
##'
##' @author
##' \itemize{
##'   \item *maintainer, author* Chaoran Hu \email{chaoran.hu@@uconn.edu}
##'   \item *author* Vladimir Pozdnyakov \email{vladimir.pozdnyakov@@uconn.edu}
##'   \item *author* Jun Yan \email{jun.yan@@uconn.edu}
##' }
##' 
##' @docType package
##' @aliases smam-package
##' @name smam
##' @useDynLib smam
##' @importFrom Rcpp sourceCpp
##' @importFrom Rcpp evalCpp
##' @importFrom RcppParallel RcppParallelLibs

NULL

Try the smam package in your browser

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

smam documentation built on Aug. 21, 2023, 9:09 a.m.