Other packages > Find by keyword >

fastmatrix  

Fast Computation of some Matrices Useful in Statistics
View on CRAN: Click here


Download and install fastmatrix package within the R console
Install from CRAN:
install.packages("fastmatrix")

Install from Github:
library("remotes")
install_github("cran/fastmatrix")

Install by package version:
library("remotes")
install_version("fastmatrix", "0.5-7721")



Attach the package and use:
library("fastmatrix")
Maintained by
Felipe Osorio
[Scholar Profile | Author Map]
First Published: 2020-08-14
Latest Update: 2024-01-17
Description:
Small set of functions to fast computation of some matrices and operations useful in statistics and econometrics. Currently, there are functions for efficient computation of duplication, commutation and symmetrizer matrices with minimal storage requirements. Some commonly used matrix decompositions (LU and LDL), basic matrix operations (for instance, Hadamard, Kronecker products and the Sherman-Morrison formula) and iterative solvers for linear systems are also available. In addition, the package includes a number of common statistical procedures such as the sweep operator, weighted mean and covariance matrix using an online algorithm, linear regression (using Cholesky, QR, SVD, sweep operator and conjugate gradients methods), ridge regression (with optimal selection of the ridge parameter considering several procedures), omnibus tests for univariate normality, functions to compute the multivariate skewness, kurtosis, the Mahalanobis distance (checking the positive defineteness), and the Wilson-Hilferty transformation of gamma variables. Furthermore, the package provides interfaces to C code callable by another C code from other R packages.
How to cite:
Felipe Osorio (2020). fastmatrix: Fast Computation of some Matrices Useful in Statistics. R package version 0.5-7721, https://cran.r-project.org/web/packages/fastmatrix. Accessed 01 May. 2025.
Previous versions and publish date:
0.2-3 (2020-08-28 08:10), 0.2-35 (2020-09-05 21:40), 0.2-357 (2020-09-18 09:50), 0.2-3571 (2020-10-10 08:50), 0.2 (2020-08-14 15:50), 0.3-8 (2021-01-21 06:50), 0.3-81 (2021-02-05 16:30), 0.3-819 (2021-05-08 10:10), 0.3-8196 (2021-10-18 12:00), 0.3 (2020-11-24 07:10), 0.4-1 (2022-04-21 15:50), 0.4-12 (2022-07-05 21:00), 0.4-124 (2022-08-10 17:50), 0.4-1245 (2022-10-07 09:00), 0.4 (2022-02-13 04:40), 0.5-7 (2023-10-12 12:00), 0.5-77 (2023-12-07 20:30), 0.5-772 (2024-01-17 14:10), 0.5 (2023-04-18 04:50)
Other packages that cited fastmatrix R package
View fastmatrix citation profile
Other R packages that fastmatrix depends, imports, suggests or enhances
Complete documentation for fastmatrix
Downloads during the last 30 days
04/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/29Downloads for fastmatrix30405060708090100110120130TrendBars

Today's Hot Picks in Authors and Packages

nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
pander  
An R 'Pandoc' Writer
Contains some functions catching all messages, 'stdout' and other useful information while evaluati ...
Download / Learn more Package Citations See dependency  
dCUR  
Dimension Reduction with Dynamic CUR
Dynamic CUR (dCUR) boosts the CUR decomposition (Mahoney MW., Drineas P. (2009) ...
Download / Learn more Package Citations See dependency  
geofabrik  
Downloading Open Street Map Data
Download OpenStreetMap data from geofabrik servers httpsdownload.geofabrik.de. This approach usesonl ...
Download / Learn more Package Citations See dependency  
fbar  
An Extensible Approach to Flux Balance Analysis
A toolkit for Flux Balance Analysis and related metabolic modeling techniques. Functions are provid ...
Download / Learn more Package Citations See dependency  
dsm  
Density Surface Modelling of Distance Sampling Data
Density surface modelling of line transect data. A Generalized Additive Model-based approach is use ...
Download / Learn more Package Citations See dependency  

24,142

R Packages

207,311

Dependencies

65,176

Author Associations

24,143

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA