Print the process for minimizing the negative log-Palm likelihood function and/or the process for optimizing the normalized parameters depending on a given initial guess of each parameter by the simplex method.
# S3 method for mple
print(x, print.level = 0, ...)
an object of class "mple"
returned by mple.cppm
.
We have the following processes:
output initial values and MPLE.
output the process for minimizing the negative log-Palm
likelihood function, in addition. (x$process1
)
output the process for optimizing the normalized parameters
depending on a given initial guess of each parameter by the
simplex method, in addition. (x$process2
)
output both processes.
ignored.