ldhmm.mllk | R Documentation |
This utility computes the MLLK. It is typically invoked by the MLE optimizer. (Zucchini, 3.2)
ldhmm.mllk(object, x, mllk.print.level = 0)
object |
an input ldhmm object to provide static reference, such as m, param.nbr, stationary. |
x |
numeric, the observations. |
mllk.print.level |
numeric, this argument determines the level of printing which is done during the minimization process. The default value of 0 means that no printing occurs, a value of 1 or greater means some tracing information is printed. |
an ldhmm object containing results of MLE optimization
Stephen H. Lihn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.