Computes BIC values for each quantile regression stored in a
fars object.
The number of observations used in the BIC penalty term is computed as
periods - h, reflecting the effective sample size of the
h-step-ahead dynamic quantile regression.
Usage
# S3 method for fars
BIC(object, ...)
Value
A named numeric vector of BIC values, one per quantile level.
Arguments
object
An object of class fars.
...
Additional arguments passed to the underlying logLik() method.