xLLiM
High Dimensional Locally-Linear Mapping
Provides a tool for non linear mapping (non linear regression) using a mixture of regression model and an inverse regression strategy. The methods include the GLLiM model (see Deleforge et al (2015) <DOI:10.1007/s11222-014-9461-5>) based on Gaussian mixtures and a robust version of GLLiM, named SLLiM (see Perthame et al (2016) <DOI:10.1016/j.jmva.2017.09.009>) based on a mixture of Generalized Student distributions. The methods also include BLLiM (see Blein--Nicolas et al (2024) <DOI:10.1093/jrsssc/qlae012>) which is an extension of GLLiM with a sparse block diagonal structure for large covariance matrices (particularly interesting for transcriptomic data).
README
# Overview
Provides a tool for non linear mapping (non linear regression) using a mixture of regression model and an inverse regression strategy. The methods include the GLLiM model (see Deleforge et al (2015) \doi{10.1007/s11222-014-9461-5}) based on Gaussian mixtures and a robust version of GLLiM, named SLLiM (see Perthame et al (2016) \doi{10.1016/j.jmva.2017.09.009}) based on a mixture of Generalized Student distributions. The methods also include BLLiM (see Devijver et al (2017) <arXiv:1701.07899>) which is an extension of GLLiM with a sparse block diagonal structure for large covariance matrices (particularly interesting for transcriptomic data).
# Installation
```
# To get xLLiM from CRAN
install.packages("xLLiM")
library(xLLiM)
```
# Or the development version from GitHub
```
# install.packages("devtools")
devtools::install_github("epertham/xLLiM", ref = "master")
library(xLLiM)
```
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
2.3.1 |
rolling linux/jammy R-4.5 | xLLiM_2.3.1.tar.gz |
90.4 KiB |
2.3.1 |
rolling linux/noble R-4.5 | xLLiM_2.3.1.tar.gz |
90.4 KiB |
2.3.1 |
rolling source/ R- | xLLiM_2.3.1.tar.gz |
90.4 KiB |
2.3.1 |
latest linux/jammy R-4.5 | xLLiM_2.3.1.tar.gz |
90.4 KiB |
2.3.1 |
latest linux/noble R-4.5 | xLLiM_2.3.1.tar.gz |
90.4 KiB |
2.3.1 |
latest source/ R- | xLLiM_2.3.1.tar.gz |
90.4 KiB |
2.3.1 |
2026-04-26 source/ R- | xLLiM_2.3.1.tar.gz |
90.4 KiB |
2.3.1 |
2026-04-23 source/ R- | xLLiM_2.3.1.tar.gz |
90.4 KiB |
2.3 |
2025-04-20 source/ R- | xLLiM_2.3.tar.gz |
90.1 KiB |