larch.numba.Model.loglike_nil
larch.numba.Model.loglike_nil¶
- Model.loglike_nil()¶
Compute the log likelihood with no model at all.
This is different from the null model, in that no explanatory data and no model structure is used to compute the log likelihood. For simple MNL models, this is my be equivalent to the Null model, but for more complex models this may be different.
- Parameters
use_cache (bool, default True) – Use the cached value if available. Set to -1 to raise an exception if there is no cached value.
- Returns
float