mle_eep | R Documentation |
This function provides the analytical solution of theta for given eta EEP model.
mle_eep(s, m, n)
s |
A numeric value the sum of log(1/x_i^eta), where i is from 1 to m. |
m |
m is the number of data items less than the density change point. |
n |
n is the sample size, n has to be greater than m. |
mle_eep
This function returns the Maximum Likelihood Estimate of theta for a given eta
mle_eep(5,2,5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.