-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
executable file
·35 lines (35 loc) · 1.62 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: extraDistr
Type: Package
Title: Additional Univariate and Multivariate Distributions
Version: 1.10.0
Date: 2023-12-30
Author: Tymoteusz Wolodzko
Maintainer: Tymoteusz Wolodzko <[email protected]>
Description: Density, distribution function, quantile function
and random generation for a number of univariate
and multivariate distributions. This package implements the
following distributions: Bernoulli, beta-binomial, beta-negative
binomial, beta prime, Bhattacharjee, Birnbaum-Saunders,
bivariate normal, bivariate Poisson, categorical, Dirichlet,
Dirichlet-multinomial, discrete gamma, discrete Laplace,
discrete normal, discrete uniform, discrete Weibull, Frechet,
gamma-Poisson, generalized extreme value, Gompertz,
generalized Pareto, Gumbel, half-Cauchy, half-normal, half-t,
Huber density, inverse chi-squared, inverse-gamma, Kumaraswamy,
Laplace, location-scale t, logarithmic, Lomax, multivariate
hypergeometric, multinomial, negative hypergeometric,
non-standard beta, normal mixture, Poisson mixture, Pareto,
power, reparametrized beta, Rayleigh, shifted Gompertz, Skellam,
slash, triangular, truncated binomial, truncated normal,
truncated Poisson, Tukey lambda, Wald, zero-inflated binomial,
zero-inflated negative binomial, zero-inflated Poisson.
License: GPL-2
URL: https://github.com/twolodzko/extraDistr
BugReports: https://github.com/twolodzko/extraDistr/issues
Encoding: UTF-8
Depends: R (>= 3.1.0)
LinkingTo: Rcpp
Imports: Rcpp
Suggests: testthat, LaplacesDemon, VGAM, evd, skellam, triangle, actuar
SystemRequirements: C++
RoxygenNote: 7.2.3