goftest (version 1.0-4)

recogniseCdf:

Description

Recognises many standard cumulative distribution functions and returns a string describing the distribution.

Usage

recogniseCdf(s="punif")

Arguments

s
A single character string giving the name of an R function that calculates cumulative probabilities.

Value

Character string, or NULL if the name is not recognised.

Details

The list of recognised distribution functions includes all those available in the stats package and in goftest.

See Also

pAD

Examples

Run this code
   recogniseCdf("punif")
   recogniseCdf("pt")

Run the code above in your browser using DataCamp Workspace