Other packages > Find by keyword >

rexpokit  

R Wrappers for EXPOKIT; Other Matrix Functions
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("rexpokit", "0.26.6.14")



Attach the package and use:
library("rexpokit")
Maintained by
Nicholas J. Matzke
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2013-02-11
Latest Update: 2023-11-22
Description:
Wraps some of the matrix exponentiation utilities from EXPOKIT (), a FORTRAN library that is widely recommended for matrix exponentiation (Sidje RB, 1998. "Expokit: A Software Package for Computing Matrix Exponentials." ACM Trans. Math. Softw. 24(1): 130-156). EXPOKIT includes functions for exponentiating both small, dense matrices, and large, sparse matrices (in sparse matrices, most of the cells have value 0). Rapid matrix exponentiation is useful in phylogenetics when we have a large number of states (as we do when we are inferring the history of transitions between the possible geographic ranges of a species), but is probably useful in other ways as well. NOTE: In case FORTRAN checks temporarily get rexpokit archived on CRAN, see archived binaries at GitHub in: nmatzke/Matzke_R_binaries (binaries install without compilation of source code).
How to cite:
Nicholas J. Matzke (2013). rexpokit: R Wrappers for EXPOKIT; Other Matrix Functions. R package version 0.26.6.14, https://cran.r-project.org/web/packages/rexpokit. Accessed 05 Aug. 2026.
Previous versions and publish date:
(2026-07-09 06:50), 0.23 (2013-02-11 21:02), 0.24.1 (2013-07-15 07:25), 0.24 (2013-02-16 09:19), 0.26.1 (2017-08-16 00:19), 0.26.2 (2018-01-30 21:46), 0.26.3 (2018-05-06 09:55), 0.26.6.2 (2019-06-27 13:10), 0.26.6.4 (2019-07-02 07:40), 0.26.6.5 (2019-10-08 08:20), 0.26.6.6 (2019-11-04 09:40), 0.26.6.7 (2020-07-05 00:20), 0.26.6.9 (2023-06-21 12:30), 0.26.6.12 (2023-10-30 09:10), 0.26.6.14 (2023-11-22 10:20), 0.26.6 (2018-10-02 06:32)
Other packages that cited rexpokit R package
View rexpokit citation profile
Other R packages that rexpokit depends, imports, suggests or enhances
Complete documentation for rexpokit
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

dhReg  
Dynamic Harmonic Regression
Building and forecasting time series data with multiple seasonality using Dynamic Harmonic Regressio ...
Download / Learn more Package Citations See dependency  
kernelPSI  
Post-Selection Inference for Nonlinear Variable Selection
Different post-selection inference strategies for kernelselection as described in kernelPSI a Post-S ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
noisyr  
Noise Quantification in High Throughput Sequencing Output
Quantifies and removes technical noise from high-throughput sequencing data. Two approaches are use ...
Download / Learn more Package Citations See dependency  
dcov  
A Fast Implementation of Distance Covariance
Efficient methods for computing distance covariance and relevant statistics. See Sz ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

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