morpheus.git
descriptionSpectral methods to estimate mixture parameters
last changeTue, 28 Jan 2025 16:32:04 +0000 (17:32 +0100)

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
5 hours ago Benjamin AuderIgnore some more files master
13 days ago 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)
2023-02-07 Benjamin AuderSome fixes to re-upload on the CRAN
2021-06-07 Benjamin AuderAlso version NAMESPACE because roxygen2 complains when...
2021-06-07 Benjamin AuderFix computeW (was random - TODO)
2021-06-07 Benjamin AuderFix accuracy.R + add postTreatment draft
2021-06-07 Benjamin AuderAdjustments + bugs fixing
2020-04-30 Benjamin AuderError when K > d for computeMu and optimParams
2020-01-15 Benjamin AuderAllow to optimize from a given matrix W
2020-01-15 Benjamin AuderAdd draft of a function to draw computation times
2020-01-14 Benjamin AuderFix typo
2020-01-14 Benjamin AuderIt's enough to compute half of W (complete by symmetry)
...
heads
5 hours ago master