https://github.com/shabbychef/PDQutils
Raw File
Tip revision: e0bc52b2cc238aaeabc9060c8bb728cb4ce15812 authored by Steven Pav on 01 April 2021, 19:20:15 UTC
move from travis to github actions
Tip revision: e0bc52b
DESCRIPTION
Package: PDQutils
Maintainer: Steven E. Pav <shabbychef@gmail.com>
Authors@R: c(person(c("Steven", "E."), "Pav", 
    role=c("aut","cre"),
    email="shabbychef@gmail.com",
    comment = c(ORCID = "0000-0002-4197-6195")))
Version: 0.1.6.2000
Date: 2019-10-03
License: LGPL-3
Title: PDQ Functions via Gram Charlier, Edgeworth, and Cornish Fisher Approximations
BugReports: https://github.com/shabbychef/PDQutils/issues
Description: A collection of tools for approximating the 'PDQ' functions (respectively, the 
    cumulative distribution, density, and quantile) of probability distributions via classical 
    expansions involving moments and cumulants.
Depends: 
    R (>= 3.0.2)
Imports:
    orthopolynom,
    moments
Suggests: 
		ggplot2,
		reshape2,
    testthat, 
    knitr
URL: https://github.com/shabbychef/PDQutils
VignetteBuilder: knitr
Collate:
    'cornish_fisher.r'
    'edgeworth.r'
    'gram_charlier.r'
    'moments.r'
    'PDQutils.r'
back to top