Description Usage Arguments Value Examples
View source: R/sigmaalphaLREP.R
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.
1 | sigmaalphaLREP(x, tolerance)
|
x |
Import Raw data |
tolerance |
Tolerance quantity |
Output estimate of s, estimate of α, and value of the statistic L.
1 2 | x<-rexp(1000,0.1)
sigmaalphaLREP(x,10^-12)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.