Package: cxreg
Title: Complex-Valued Lasso and Complex-Valued Graphical Lasso
Version: 1.0.0
Authors@R: c(
    person("Younghoon", "Kim", , "yk748@cornell.edu", role = c("aut", "cre")),
    person("Navonil", "Deb", role = "aut"),
    person("Sumanta", "Basu", role = "ctb")
  )
Description: Implements 'glmnet'-style complex-valued lasso and
    complex-valued graphical lasso using a 'pathwise' coordinate descent
    algorithm for complex-valued parameters. The package provides
    supporting tools for estimation, simulation, and prediction. See Deb
    (2024) <doi:10.48550/ArXiv.2401.11128> for the algorithm description.
License: MIT + file LICENSE
Depends: R (>= 3.5.0)
Imports: fields, foreach, gdata, grDevices, Matrix, methods, mvtnorm,
        Rcpp, stats
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: yes
Packaged: 2025-09-12 18:00:19 UTC; yhkim
Author: Younghoon Kim [aut, cre],
  Navonil Deb [aut],
  Sumanta Basu [ctb]
Maintainer: Younghoon Kim <yk748@cornell.edu>
Repository: CRAN
Date/Publication: 2025-09-17 10:50:02 UTC
