Package: WoodburyMatrix 0.0.3
WoodburyMatrix: Fast Matrix Operations via the Woodbury Matrix Identity
A hierarchy of classes and methods for manipulating matrices formed implicitly from the sums of the inverses of other matrices, a situation commonly encountered in spatial statistics and related fields. Enables easy use of the Woodbury matrix identity and the matrix determinant lemma to allow computation (e.g., solving linear systems) without having to form the actual matrix. More information on the underlying linear algebra can be found in Harville, D. A. (1997) <doi:10.1007/b98818>.
Authors:
WoodburyMatrix_0.0.3.tar.gz
WoodburyMatrix_0.0.3.zip(r-4.5)WoodburyMatrix_0.0.3.zip(r-4.4)WoodburyMatrix_0.0.3.zip(r-4.3)
WoodburyMatrix_0.0.3.tgz(r-4.4-any)WoodburyMatrix_0.0.3.tgz(r-4.3-any)
WoodburyMatrix_0.0.3.tar.gz(r-4.5-noble)WoodburyMatrix_0.0.3.tar.gz(r-4.4-noble)
WoodburyMatrix_0.0.3.tgz(r-4.4-emscripten)WoodburyMatrix_0.0.3.tgz(r-4.3-emscripten)
WoodburyMatrix.pdf |WoodburyMatrix.html✨
WoodburyMatrix/json (API)
NEWS
# Install 'WoodburyMatrix' in R: |
install.packages('WoodburyMatrix', repos = c('https://mbertolacci.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mbertolacci/woodburymatrix/issues
Last updated 1 years agofrom:74927f6491. Checks:OK: 5 NOTE: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 11 2024 |
R-4.5-win | NOTE | Oct 11 2024 |
R-4.5-linux | NOTE | Oct 11 2024 |
R-4.4-win | OK | Oct 11 2024 |
R-4.4-mac | OK | Oct 11 2024 |
R-4.3-win | OK | Oct 11 2024 |
R-4.3-mac | OK | Oct 11 2024 |
Exports:determinantdwnorminstantiateisSymmetricmahalanobisrwnormsolvetWoodburyMatrix
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Calculate the determinant of a WoodburyMatrix object | determinant,WoodburyMatrix,logical-method |
Instantiate a matrix | instantiate instantiate,GWoodburyMatrix-method instantiate,SWoodburyMatrix-method |
Mahalanobis distance | mahalanobis mahalanobis,ANY,ANY,SWoodburyMatrix-method |
Normal distribution methods for 'SWoodburyMatrix' objects | dwnorm normal-distribution-methods rwnorm |
Solve methods for 'WoodburyMatrix' objects | solve solve,GWoodburyMatrix,ANY-method solve,GWoodburyMatrix,matrix-method solve,GWoodburyMatrix,missing-method solve,GWoodburyMatrix,numLike-method solve,SWoodburyMatrix,ANY-method solve,SWoodburyMatrix,matrix-method solve,SWoodburyMatrix,missing-method solve,SWoodburyMatrix,numLike-method solve-methods |
Create a Woodbury matrix identity matrix | WoodburyMatrix |
Virtual class for Woodbury identity matrices | %*%,GWoodburyMatrix,ANY-method %*%,SWoodburyMatrix,ANY-method GWoodburyMatrix-class isSymmetric,GWoodburyMatrix-method isSymmetric,SWoodburyMatrix-method SWoodburyMatrix-class t,GWoodburyMatrix-method t,SWoodburyMatrix-method WoodburyMatrix-class |