Found 494 packages in 0.01 seconds
Estimation in Optimal Adaptive Two-Stage Designs
Methods to evaluate the performance characteristics of
various point and interval estimators for optimal adaptive two-stage designs as described
in Meis et al. (2024)
Big Data Statistical Analysis for High-Dimensional Models
Big data statistical analysis for high-dimensional models is made possible by modifying lasso.proj() in 'hdi' package by replacing its nodewise-regression with sparse precision matrix computation using 'BigQUIC'.
A Toolbox for Writing Pretty Papers and Reports
A toolbox for writing 'knitr', 'Sweave' or other 'LaTeX'- or 'markdown'-based reports and to prettify the output of various estimated models.
Estimation of Order of Mixture Distributions
Methods for estimating the order of a mixture model. The approaches considered are
based on the following papers (extensive list of references is available in the vignette):
1. Dacunha-Castelle, Didier, and Elisabeth Gassiat. The estimation of the order of a mixture model. Bernoulli 3, no. 3 (1997): 279-299. < https://projecteuclid.org/download/pdf_1/euclid.bj/1177334456>.
2. Woo, Mi-Ja, and T. N. Sriram. Robust estimation of mixture complexity. Journal of the American Statistical Association 101, no. 476 (2006): 1475-1486.
Generalized Additive Latent and Mixed Models
Estimates generalized additive latent and
mixed models using maximum marginal likelihood,
as defined in Sorensen et al. (2023)
Fast Kernel Density Estimation with Hexagonal Grid
Kernel density estimation with hexagonal grid for bivariate data.
Hexagonal grid has many beneficial properties like equidistant neighbours
and less edge bias, making it better for spatial analyses than the more
commonly used rectangular grid.
Carr, D. B. et al. (1987)
Bessel Functions Rcpp Interface
Exports an 'Rcpp' interface for the Bessel functions in the 'Bessel' package, which can then be called from the 'C++' code of other packages. For the original 'Fortran' implementation of these functions see Amos (1995)
Optimized Automated Gaussian Mixture Assessment
Necessary functions for optimized automated evaluation of the number and parameters of Gaussian mixtures in one-dimensional data. Various methods are available for parameter estimation and for determining the number of modes in the mixture. A detailed description of the methods ca ben found in Lotsch, J., Malkusch, S. and A. Ultsch. (2022)
Template Model Builder: A General Random Effect Tool Inspired by 'ADMB'
With this tool, a user should be able to quickly implement complex random effect models through simple C++ templates. The package combines 'CppAD' (C++ automatic differentiation), 'Eigen' (templated matrix-vector library) and 'CHOLMOD' (sparse matrix routines available from R) to obtain an efficient implementation of the applied Laplace approximation with exact derivatives. Key features are: Automatic sparseness detection, parallelism through 'BLAS' and parallel user templates.
R Fortunes
A collection of fortunes from the R community.