Skip to content
forked from cran/gglasso

R package: This package is a heavily modified version of the gglasso package. The original package is repurposed exclusively for the MFSGrp package.

License

Notifications You must be signed in to change notification settings

Ali-Mahzarnia/fGMD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

fGMD

This package is built exclusively for the MFSGrp package. This package is a heavily modified version of the gglasso that was initiated by Yang Y.and Zou, H. (2015).The features added to the original gglasso package are: the mixing parameter (alpha) and its net search cross-validation, the curvature penalization for functional regression and its net search cross-validation, the optimized Fortran core function to accelerate the curvature penalization updates, and the progress reports with time estimations. This package does not work independently from the MFSGrp package, and it does not interfere with the functions of gglasso package due to the slight name differences.

Installation

You can install this package, fGMD from GitHub with the R command:

install.packages("https://github.com/Ali-Mahzarnia/fGMD/archive/master.tar.gz", repos = NULL, type="source")

Development version

Alternatively, the development version of fGMD can be installed with the R command:

install.packages("pacman")
pacman::p_install_gh("Ali-Mahzarnia/fGMD")

Installation from the source file

If the installation fails with the above methods, install the package from the source file:

install.packages("https://github.com/Ali-Mahzarnia/fGMD/raw/master/fGMD_1.0.tar.gz",  repos = NULL, type="source")

About

R package: This package is a heavily modified version of the gglasso package. The original package is repurposed exclusively for the MFSGrp package.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 71.4%
  • Fortran 28.1%
  • C 0.5%