Skip to content

mbertolacci/WoodburyMatrix

Repository files navigation

WoodburyMatrix

CRAN status R-CMD-check Coverage status

Overview

WoodburyMatrix is an R package that provides 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. It 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.

Installation

The package can be installed from CRAN using

install.packages('WoodburyMatrix')

Alternatively, you can get the latest development version from GitHub with

devtools::install_github('mbertolacci/WoodburyMatrix')

Using the package

An overview of the related mathematics and instructions on using the package are provided on the package website.

Getting help

If you find a bug or have suggestions for features, please file an issue on GitHub. Otherwise, if you need help, feel free to drop the author an email.

About

Fast matrix operations via the Woodbury matrix identity

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages