exp.conf: Confidence Functions for an Exponential Distribution

Description Usage Arguments Value Examples

View source: R/expconf.R

Description

Computes confidence functions for exponential distributions

Usage

1
2
## S3 method for class 'conf'
exp(x, method, plot = TRUE)

Arguments

x

a (non-empty) numeric vector of data values

method

a character string specifying the method of creating the functions, must be one of "wilks" or "pivot"

plot

a logical indicating whether you want a paired t-test

Value

list with distribution curve, confidence curve, density curve, and quantile function

Examples

1
2
exp.conf(x=rexp(10), method="pivot")
exp.conf(x=rexp(100), method="wilks")

ddarmon/confdist documentation built on Aug. 8, 2020, 4:44 p.m.