nntsloglikInterval {CircNNTSR} | R Documentation |
Computes the log-likelihood function for incidence data (number of observed values in certain intervals)
nntsloglikInterval(cpars = c(0, 0), M = 0, data, limits)
cpars |
vector of real numbers of dimension 2*M. The first M numbers are the SQUARED moduli of the c parameters, the sum must be less than 1/(2*pi). The last M numbers are the arguments of the c parameters |
M |
number of components in the NNTS |
data |
number of observations in each interval |
limits |
limits of the intervals |
The length of limits has to be 1 plus the length of data
The function gives the value of the log-likelihood function for data
Juan Jose Fernandez-Duran and Maria Mercedes Gregorio-Dominguez