head	1.4;
access;
symbols
	pkgsrc-2026Q1:1.4.0.24
	pkgsrc-2026Q1-base:1.4
	pkgsrc-2025Q4:1.4.0.22
	pkgsrc-2025Q4-base:1.4
	pkgsrc-2025Q3:1.4.0.20
	pkgsrc-2025Q3-base:1.4
	pkgsrc-2025Q2:1.4.0.18
	pkgsrc-2025Q2-base:1.4
	pkgsrc-2025Q1:1.4.0.16
	pkgsrc-2025Q1-base:1.4
	pkgsrc-2024Q4:1.4.0.14
	pkgsrc-2024Q4-base:1.4
	pkgsrc-2024Q3:1.4.0.12
	pkgsrc-2024Q3-base:1.4
	pkgsrc-2024Q2:1.4.0.10
	pkgsrc-2024Q2-base:1.4
	pkgsrc-2024Q1:1.4.0.8
	pkgsrc-2024Q1-base:1.4
	pkgsrc-2023Q4:1.4.0.6
	pkgsrc-2023Q4-base:1.4
	pkgsrc-2023Q3:1.4.0.4
	pkgsrc-2023Q3-base:1.4
	pkgsrc-2023Q2:1.4.0.2
	pkgsrc-2023Q2-base:1.4
	pkgsrc-2023Q1:1.3.0.14
	pkgsrc-2023Q1-base:1.3
	pkgsrc-2022Q4:1.3.0.12
	pkgsrc-2022Q4-base:1.3
	pkgsrc-2022Q3:1.3.0.10
	pkgsrc-2022Q3-base:1.3
	pkgsrc-2022Q2:1.3.0.8
	pkgsrc-2022Q2-base:1.3
	pkgsrc-2022Q1:1.3.0.6
	pkgsrc-2022Q1-base:1.3
	pkgsrc-2021Q4:1.3.0.4
	pkgsrc-2021Q4-base:1.3
	pkgsrc-2021Q3:1.3.0.2
	pkgsrc-2021Q3-base:1.3
	pkgsrc-2021Q2:1.2.0.8
	pkgsrc-2021Q2-base:1.2
	pkgsrc-2021Q1:1.2.0.6
	pkgsrc-2021Q1-base:1.2
	pkgsrc-2020Q4:1.2.0.4
	pkgsrc-2020Q4-base:1.2
	pkgsrc-2020Q3:1.2.0.2
	pkgsrc-2020Q3-base:1.2;
locks; strict;
comment	@# @;


1.4
date	2023.06.11.00.26.20;	author mef;	state Exp;
branches;
next	1.3;
commitid	bfgXc39zIYkAJssE;

1.3
date	2021.09.18.01.59.15;	author mef;	state Exp;
branches;
next	1.2;
commitid	boNoOLJ63yeVwn9D;

1.2
date	2020.08.09.16.42.15;	author brook;	state Exp;
branches;
next	1.1;
commitid	SwTaWOlD2eFzqpjC;

1.1
date	2020.08.07.02.43.00;	author brook;	state Exp;
branches;
next	;
commitid	XKXgDHKeUqK8R4jC;


desc
@@


1.4
log
@(math/R-mnormt) Updated 2.0.2 to 2.1.1

Changes in mnormt version 2.1.1 (2022-09-26):

        * When 'sadmvn, pmnorm, sadmvt, pmt' are called with dimension
          larger than 20, the returned value is now 'NA', instead of a
          0 with 'attr(,"status")="oversize"'.

        * The NEWS file is now in Rd format.

Changes in mnormt version 2.1.0 (2022-06-07):

        * Function 'dmtruncnorm' is now based on Fortran coding of a
          Gibbs sampling, removing an incorrect dependence on package
          'tmvnsim'.

        * Function 'plot_fxy' is introduced.

        * Now '{d,p,r}mtruncnorm' can be called with parameters which
          actually represent a univariate distribution.

        * In 'recintab', 'biv.nt.prob' is used instead of 'sadmvn' when
          'd=2'.
@
text
@# $NetBSD: Makefile,v 1.3 2021/09/18 01:59:15 mef Exp $

R_PKGNAME=	mnormt
R_PKGVER=	2.1.1

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	${R_HOMEPAGE_BASE}/mnormt/
COMMENT=	Multivariate normal and t distributions
LICENSE=	gnu-gpl-v2 OR gnu-gpl-v3

DEPENDS+=	R-tmvnsim-[0-9]*:../../math/R-tmvnsim

USE_LANGUAGES+=	c fortran

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
@


1.3
log
@(math/R-mnormt) Updated from 1.5.6 to 2.0.2

2020-06-24: 2.0.1
  R version requirement is reduced from 4.0.0 to 2.2.0

2020-06-24: 2.0.1
  fixed a bug which effectively prevented using dmtruncnorm and dmtrunct with
  an argument 'x' of vector type; various improvements in the documentation of
  recintab and mom2cum.

2020-06-02: 2.0.0
  support for the truncated versions of the multivariate normal and the t
  distributions is introduced; for the truncated normal distribution,
  functions recintab and mom2cum allow computation of corresponding moments
  and cumulants; the latter function can also be used for obtaining the
  cumulants of other distributions of which the moments are known.

2020-04-29: 1.5-7
  improved R coding of sadmvn and sadmvt, with increased use of biv.nt.prob;
  fixed a bug of pmnorm affecting a peculiar input set; a new function is
  introduced: sample_Mardia_measures.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2020/08/09 16:42:15 brook Exp $
d4 1
a4 1
R_PKGVER=	2.0.2
@


1.2
log
@math/R-mnormt: remove MASTER_SITES

MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages.  Therefore, MASTER_SITES should not be
define in a Makefile for an R package.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2020/08/07 02:43:00 brook Exp $
d3 2
a4 1
CATEGORIES=	math R
d11 1
a11 2
R_PKGNAME=	mnormt
R_PKGVER=	1.5-6
@


1.1
log
@math/R-mnormt: import R-mnormt-1.5.6

Functions are provided for computing the density and the distribution
function of multivariate normal and "t" random variables, and for
generating random vectors sampled from these distributions.
Probabilities are computed via non-Monte Carlo methods; different
routines are used in the case d=1, d=2, d>2, if d denotes the number
of dimensions.
@
text
@d1 1
a1 1
# $NetBSD$
a3 1
MASTER_SITES=	${MASTER_SITE_R_CRAN:=contrib/}
@

