Description Usage Arguments Value Fields 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 alpha, and value of the statistic L.
1 | sigmaalphaLREP(x, tolerance)
|
x |
Import Raw data |
tolerance |
Tolerance quantity |
Output three estimates by using maximum likelihood method
s.hat
Output estimate of s
a.hat
estimate of alpha
log.like.ratio
value of the statistic L
1 2 | x<-rexp(1000,0.1)
print(sigmaalphaLREP(x,10^-12))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.