Skip to content

lockEF/MultiwayRegression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiwayRegression

This is an R package to predict one multi-way array (i.e., a tensor) from another multi-way array [1].

A stable version of the package is available from CRAN (link), which was checked and submitted by Bowen Li. This can be installed via install.packages("MultiwayRegression").

This version of the MultiwayRegression package can also be installed, directly from GitHub, using the devtools library:

install.packages("devtools")
library(devtools)
install_github("lockEF/MultiwayRegression")
library(MultiwayRegression)

[1] Lock, E.F. (2018). Tensor-on-tensor regression. Journal of Computation and Graphical Statistics, 27 (3): 638-647. (link to article) (arXiv preprint: https://arxiv.org/abs/1701.01037.)

About

Perform tensor-on-tensor regression

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages