Package: statip
Type: Package
Title: Statistical Functions for Probability Distributions
Version: 0.1.5
Date: 2017-10-01
Authors@R: c(person("Paul", "Poncet", , "paulponcet@yahoo.fr", role = c("aut", "cre")), 
    person("The R Core Team", role = c("aut", "cph"), 
           comment = "C function 'BinDist' copied from package 'stats'"), 
    person("The R Foundation", role = "cph", 
           comment = "C function 'BinDist' copied from package 'stats'"), 
    person("Adrian", "Baddeley", role = "ctb", 
           comment = "C function 'BinDist' copied from package 'stats'"))
Description: A collection of miscellaneous statistical functions for 
    probability distributions: dbern(), pbern(), qbern(), rbern() for 
    the Bernoulli distribution, and distr2name(), name2distr() for 
    distribution names; 
    probability density estimation: densityfun(); 
    most frequent value estimation: mfv(), mfv1(); 
    calculation of the Hellinger distance: hellinger(); 
    use of classical kernels: kernelfun(), kernel_properties().
License: GPL-3
LazyData: TRUE
Depends: R (>= 3.1.3)
Imports: bazar, dplyr, graphics, stats
Suggests: knitr, testthat
URL: https://github.com/paulponcet/statip
BugReports: https://github.com/paulponcet/statip/issues
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2017-11-05 12:31:41 UTC; YL1101
Author: Paul Poncet [aut, cre],
  The R Core Team [aut, cph] (C function 'BinDist' copied from package
    'stats'),
  The R Foundation [cph] (C function 'BinDist' copied from package
    'stats'),
  Adrian Baddeley [ctb] (C function 'BinDist' copied from package
    'stats')
Maintainer: Paul Poncet <paulponcet@yahoo.fr>
Repository: CRAN
Date/Publication: 2017-11-05 13:45:41 UTC
