recogniseCdf {goftest}R Documentation

Explanatory Name of Distribution Function

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.

Details

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

Value

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

Author(s)

Adrian Baddeley.

See Also

pAD

Examples

   recogniseCdf("punif")
   recogniseCdf("pt")

[Package goftest version 1.0-2 Index]