lkhp | R Documentation |
lkhp
likelihood optimization plot.
lkhp(obj, offSet = 1)
## S4 method for signature 'binClst'
lkhp(obj, offSet = 1)
## S4 method for signature 'list'
lkhp(obj, offSet = 1)
obj |
A |
offSet |
A numeric value indicating an offset to avoid the initial iterations. This is useful to see the likelihood evolution in the last iterations where the changes in likelihood are of different order of magnitude than those at the starting iterations. |
# -- apply EMbC to the example path --
mybcp <- stbc(expth)
# -- inspect the likelihood evolution --
lkhp(mybcp)
# -- avoid the initial values --
lkhp(mybcp,10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.