| recogniseCdf {goftest} | R Documentation |
Recognises many standard cumulative distribution functions and returns a string describing the distribution.
recogniseCdf(s="punif")
s |
A single character string giving the name of an R function that calculates cumulative probabilities. |
The list of recognised distribution functions includes all those available in the stats package and in goftest.
Character string, or NULL if the name is not recognised.
Adrian Baddeley.
recogniseCdf("punif")
recogniseCdf("pt")