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)