mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
gnu: Add r-hiddenmarkov.
* gnu/packages/cran.scm (r-hiddenmarkov): New variable.
This commit is contained in:
parent
4e9bb49688
commit
cd5d1df152
1 changed files with 22 additions and 0 deletions
|
@ -1234,6 +1234,28 @@ (define-public r-hmm
|
||||||
models.")
|
models.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public r-hiddenmarkov
|
||||||
|
(package
|
||||||
|
(name "r-hiddenmarkov")
|
||||||
|
(version "1.8-13")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "HiddenMarkov" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"05dm3nl0ffsz2ziw3bz5bivyxk7r5bxs8xhky3hz660qaqzd51ki"))))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("gfortran" ,gfortran)))
|
||||||
|
(home-page "https://cran.r-project.org/web/packages/HiddenMarkov/")
|
||||||
|
(synopsis "Hidden markov models for R")
|
||||||
|
(description "This package contains functions for the analysis of Discrete
|
||||||
|
Time Hidden Markov Models, Markov Modulated GLMs and the Markov Modulated
|
||||||
|
Poisson Process. It includes functions for simulation, parameter estimation,
|
||||||
|
and the Viterbi algorithm. The algorithms are based of those of Walter
|
||||||
|
Zucchini.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public r-httpuv
|
(define-public r-httpuv
|
||||||
(package
|
(package
|
||||||
(name "r-httpuv")
|
(name "r-httpuv")
|
||||||
|
|
Loading…
Reference in a new issue