R/plot_NLL.R
plot_NLL.Rd
It plots the Negative log-Likelihood (NLL) trace of a fit.
plot_NLL(x)
A MOBSTER fit.
A plot of the the NLL trace for the input fit.
data('fit_example', package = 'mobster') plot_NLL(fit_example$best)