mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
1.0 KiB
Tcl
25 lines
1.0 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup R 1.0
|
|
|
|
R.setup cran cran DPP 0.1.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Inference of parameters of normal distributions from a mixture of normals
|
|
long_description This MCMC method takes a data numeric vector (Y) and assigns the elements of Y \
|
|
to a (potentially infinite) number of normal distributions. \
|
|
The individual normal distributions from a mixture of normals can be inferred.
|
|
checksums rmd160 82f04acba1e3f6be3a86aa24b5518a361c600296 \
|
|
sha256 f53cbc46302c9ac7cf03e39b4dc0ac1d61c6861817b403fcc50340fe486554e1 \
|
|
size 354574
|
|
|
|
depends_lib-append port:R-coda \
|
|
port:R-Rcpp
|
|
|
|
depends_test-append port:R-R.rsp
|
|
|
|
test.run yes
|