morpheus.git
descriptionSpectral methods to estimate mixture parameters
last changeWed, 22 Apr 2026 20:30:20 +0000 (22:30 +0200)

Estimate parameters of mixtures of logistic regressions

This code is one applied part in the PhD thesis of Mor-Absa Loum

Description

Mixture of lOgistic Regressions Parameters (H)Estimation with (U)Spectral methods. The main methods take d-dimensional inputs + a vector of binary outputs, and return parameters according to the GLMs mixture model (please see the package vignette).

NOTE: greek unicode letters are used in the code, because it’s much nicer to write λ, β and Σ than lambda, beta and Sigma - and also more importantly because it works well :) …However CRAN demands ASCII files - therefore the presence of to-cran.sh script.

Warning: tests won’t run well on the non-UTF8 package. Run ./to-cran.sh and then inside pkg-cran call devtools::test().

Example

Install the package, then ?multiRun is a possible starting point.

shortlog
8 days ago Benjamin AuderComplete preparation of package for CRAN upload master
8 days ago Benjamin AuderFix package to re-upload on CRAN. TODO: check tests...
10 days ago Benjamin AuderFix multiRun, add vignette = JSS article
10 days ago Benjamin AuderAdd CITATION file, improve license infos
13 days ago Benjamin AuderSet seed for all unit tests
13 days ago Benjamin AuderNo more need for this file
2026-04-14 Benjamin AuderAdd seeds to tests so that R check never fail
2026-04-13 Benjamin AuderRemove old TODO file
2026-03-27 Benjamin AuderPrepare package for re-upload to CRAN
2026-03-16 Benjamin AuderAdd p-value computation
2025-01-28 Benjamin AuderIgnore some more files
2025-01-15 Benjamin AuderAdd p-value computation
2025-01-10 Benjamin AuderFix vignette
2024-12-19 Benjamin AuderAdd TODO
2023-11-06 Benjamin Auderupdate
2023-09-13 Benjamin AuderRemove OpenMP dependency (and unused variable)
...
heads
8 days ago master