The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
plot.barma() to generate diagnostic plots
for fitted barma objects. It displays a four-panel grid by
default: observed vs. fitted values, residuals over time, residual ACF,
and a residual histogram with a density overlay.penalty argument to barma(), enabling
ridge-penalized conditional maximum likelihood estimation as proposed by
Cribari-Neto, Costa and Fonseca (2025, BJPS). When
penalty = TRUE, the penalized log-likelihood is optimized
and the penalized FIM is returned.utils_internal.R with
.barma_ridge_lambda() to centralize the ridge penalty
scalar lambda_n = 1/(n-a)^0.9, shared across
loglik_barma(), score_vector_barma(), and
fim_barma().utils_optimizer.R with internal helpers
make_par_indices() and run_optimizer(),
centralizing parameter indexing and optimization logic previously
embedded in barma().penalty argument through
run_optimizer() to loglik_barma() and
score_vector_barma(), ensuring the penalized likelihood is
used consistently during optimization when requested.penalty argument to fim_barma() in
barma(), so the returned Fisher Information Matrix reflects
penalization when penalty = TRUE.@references in barma(),
reflecting the new penalty argument.@param optimization in barma() to
use \describe instead of \itemize for correct
rendering of named list fields in HTML help pages.ystar in
score_vector_barma(); previously the estimates were only
correct for the logit link function.loglik_barma(),
score_vector_barma(), and fim_barma() to allow
advanced user access to model internals.ar = NA and ma = NA for absent
AR/MA components. Use ar = integer(0) and
ma = integer(0) or omit the arguments. Backward
compatibility is preserved in barma() with a deprecation
warning.drop(crossprod())) in
loglik_barma(), score_vector_barma(), and
fim_barma(), replacing conditional if/else
branching.(alpha, varphi, theta, beta, phi)."logit" in
make_link_structure() and all exported functions; improve
error messages for unsupported links.._get_phi_start to
.get_phi_start for consistency with R conventions.start_values().install.packages() as primary installation
method.README.html from version
control.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.