mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add r-vbsr.
* gnu/packages/cran.scm (r-vbsr): New variable.
This commit is contained in:
parent
5574cb812a
commit
029425cbce
1 changed files with 22 additions and 0 deletions
|
@ -8927,3 +8927,25 @@ (define-public r-rspectra
|
|||
which is usually more efficient than @code{eigen()} if k << n.")
|
||||
;; MPL 2 or later.
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public r-vbsr
|
||||
(package
|
||||
(name "r-vbsr")
|
||||
(version "0.0.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "vbsr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1avskbxxyinjjdga4rnghcfvd4sypv4m39ysfaij5avvmi89bx3b"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/vbsr")
|
||||
(synopsis "Variational Bayes spike regression regularized linear models")
|
||||
(description
|
||||
"This package provides an efficient algorithm for solving ultra-sparse
|
||||
regularized regression models using a variational Bayes algorithm with a spike
|
||||
prior. The algorithm is solved on a path, with coordinate updates, and is
|
||||
capable of generating very sparse models. Very general model
|
||||
diagnostics for controlling type-1 errors are also provided.")
|
||||
(license license:gpl2)))
|
||||
|
|
Loading…
Reference in a new issue