SkillAgentSearch skills...

MultiwayRegression

Perform tensor-on-tensor regression

Install / Use

/learn @lockEF/MultiwayRegression
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.)

Related Skills

View on GitHub
GitHub Stars20
CategoryDevelopment
Updated1y ago
Forks6

Languages

R

Security Score

75/100

Audited on Mar 15, 2025

No findings