mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
Density, distribution function, quantile function, random generation
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@
This commit is contained in:
parent
8c0b1f15f8
commit
9e2ca25ffd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422959
4 changed files with 25 additions and 0 deletions
|
@ -66,6 +66,7 @@
|
||||||
SUBDIR += R-cran-sspir
|
SUBDIR += R-cran-sspir
|
||||||
SUBDIR += R-cran-stabledist
|
SUBDIR += R-cran-stabledist
|
||||||
SUBDIR += R-cran-survey
|
SUBDIR += R-cran-survey
|
||||||
|
SUBDIR += R-cran-truncnorm
|
||||||
SUBDIR += R-cran-xts
|
SUBDIR += R-cran-xts
|
||||||
SUBDIR += R-cran-zoo
|
SUBDIR += R-cran-zoo
|
||||||
SUBDIR += aamath
|
SUBDIR += aamath
|
||||||
|
|
16
math/R-cran-truncnorm/Makefile
Normal file
16
math/R-cran-truncnorm/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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>
|
3
math/R-cran-truncnorm/distinfo
Normal file
3
math/R-cran-truncnorm/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1475192353
|
||||||
|
SHA256 (truncnorm_1.0-7.tar.gz) = c7d775d09e2dcbcc543c03a207b4407b8548b5fdfeb4c017f12818507e014ce1
|
||||||
|
SIZE (truncnorm_1.0-7.tar.gz) = 9909
|
5
math/R-cran-truncnorm/pkg-descr
Normal file
5
math/R-cran-truncnorm/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
Density, distribution function, quantile function, random generation
|
||||||
|
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/
|
Loading…
Add table
Reference in a new issue