View source: R/GEC_estimation.R
eep_nll | R Documentation |
This function serves as the objective function for the Maximum Likelihood Estimation procedure for EEP.
eep_nll(x, m, data)
x |
Vector of parameters. |
m |
The number of data items less than the density change point. |
data |
Observations. |
eep_nll
A scalar that represents the negative loglikelihood of a EEP sample given the model parameter and the data.
eep_nll(c(2,2),50,seq(1:100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.