Nothing
#' @title \code{ridgetorus}: PCA on the Torus via Density Ridges
#'
#' @description Implementation of a Principal Component Analysis (PCA) in the
#' torus via density ridge estimation. The main function, ridge_pca(), obtains
#' the relevant density ridge for bivariate sine von Mises and bivariate wrapped
#' Cauchy distribution models and provides the associated scores and variance
#' decomposition. Auxiliary functions for evaluating, fitting, and sampling
#' these models are also provided. The package provides replicability to
#' García-Portugués and Prieto-Tirado (2023) <doi:10.1007/s11222-023-10273-9>.
#'
#' @author Eduardo García-Portugués and Arturo Prieto-Tirado.
#' @references
#' García-Portugués, E. and Prieto-Tirado, A. (2023). Toroidal PCA via density
#' ridges. \emph{Statistics and Computing}, 33(5):107.
#' \doi{10.1007/s11222-023-10273-9}
#' @docType package
#' @name ridgetorus-package
#' @import graphics grDevices stats Rcpp
#' @useDynLib ridgetorus
#' @aliases ridgetorus ridgetorus-package
"_PACKAGE"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.