9e2ca25ffd
and expected value function for the truncated normal distribution with mean equal to 'mean' and standard deviation equal to 'sd'. WWW: http://cran.r-project.org/web/packages/truncnorm/ PR: 213091 Submitted by: pfg@
16 lines
266 B
Makefile
16 lines
266 B
Makefile
# Created by: Pedro Giffuni
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= truncnorm
|
|
DISTVERSION= 1.0-7
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= pfg@FreeBSD.org
|
|
COMMENT= Truncated normal distribution
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|