Computes the support for parameter value theta relative to the MLE: S(theta) = logL(theta) - logL(theta_hat)
support(x, ...)
# S3 method for class 'fisher_mle'
support(x, theta, data, model, ...)Support value(s): logL(theta) - logL(theta_hat)
The support function is always <= 0, with maximum at the MLE. Values of theta with support > -2 are considered well-supported. Values with support > -log(8) ~ -2.08 correspond roughly to a 95% likelihood interval.