sigmaalphaLREP: The program will take your data as input and return three...

Description Usage Arguments Value Examples

View source: R/sigmaalphaLREP.R

Description

The program will take your data as input and return three numbers as output: estimate of s, estimate of α, and value of the statistic L.

Usage

1
sigmaalphaLREP(x, tolerance)

Arguments

x

Import Raw data

tolerance

Tolerance quantity

Value

Output estimate of s, estimate of α, and value of the statistic L.

Examples

1
2
x<-rexp(1000,0.1)
sigmaalphaLREP(x,10^-12)

jiqiaingwu/LREPUtah documentation built on Dec. 21, 2021, 12:07 a.m.