View source: R/GEC_estimation.R
raw_est_eigp | R Documentation |
This function serves as the optimization function for EIGP at different locations of density change points.
raw_est_eigp(data, init = c(1, 1), lower_bound = c(0.01, 0.01))
data |
Observations. |
init |
The vector of initial values of the model parameters. The default is c(1,1). |
lower_bound |
The vector of the lower bound for the parameters. The default is c(0.01,0.01). |
raw_est_eigp
The matrix with estimates of theta and eta for n-1 different locations of density change points (1st column for theta, 2nd column for eta).
raw_est_eigp(seq(1:100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.