gnu: Add r-qualv.
* gnu/packages/cran.scm (r-qualv): New variable.
This commit is contained in:
parent
7b986d2537
commit
83f020ca67
1 changed files with 33 additions and 0 deletions
|
@ -9849,6 +9849,39 @@ customizable heatmaps for exploring complex datasets, including big data and
|
||||||
data with multiple data types.")
|
data with multiple data types.")
|
||||||
(license license:cc0)))
|
(license license:cc0)))
|
||||||
|
|
||||||
|
(define-public r-qualv
|
||||||
|
(package
|
||||||
|
(name "r-qualv")
|
||||||
|
(version "0.3-3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "qualV" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1yyqk223ydcc0125gsn33a4mcdp8bd76fpn8kj9bfz9g78b8dqmx"))))
|
||||||
|
(properties `((upstream-name . "qualV")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-kernsmooth" ,r-kernsmooth)))
|
||||||
|
(home-page "http://qualV.R-Forge.R-Project.org/")
|
||||||
|
(synopsis "Qualitative Validation Methods")
|
||||||
|
(description
|
||||||
|
"This package provides qualitative methods for the validation of dynamic
|
||||||
|
models. It contains
|
||||||
|
|
||||||
|
@enumerate
|
||||||
|
@item an orthogonal set of deviance measures for absolute, relative and
|
||||||
|
ordinal scale and
|
||||||
|
@item approaches accounting for time shifts.
|
||||||
|
@end enumerate
|
||||||
|
|
||||||
|
The first approach transforms time to take time delays and speed differences
|
||||||
|
into account. The second divides the time series into interval units
|
||||||
|
according to their main features and finds the @dfn{longest common
|
||||||
|
subsequence} (LCS) using a dynamic programming algorithm.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public r-mosaiccore
|
(define-public r-mosaiccore
|
||||||
(package
|
(package
|
||||||
(name "r-mosaiccore")
|
(name "r-mosaiccore")
|
||||||
|
|
Reference in a new issue