diagnostics: Diagnostics Generic

View source: R/generics_etc.R

diagnosticsR Documentation

Diagnostics Generic

Description

Compute diagnostic summaries for fitted and post-processing objects.

Usage

diagnostics(object, ...)

Arguments

object

An object of class exdqlmFit, exdqlmForecast, or exalStaticFit.

...

Additional arguments passed to specific methods.

Details

diagnostics() is the standard diagnostic entry point for the main fitted-object families in exdqlm. Methods are currently provided for dynamic fitted models, dynamic forecast objects, and static AL/exAL fitted models. The returned objects can be inspected with print() or summary(), and plotted with plot() when a diagnostic display is defined.

Value

The output depends on the method: diagnostics.exdqlmFit() returns an exdqlmDiagnostic object, diagnostics.exdqlmForecast() returns an exdqlmForecastDiagnostic object, and diagnostics.exalStaticFit() returns an exalStaticDiagnostic object.


exdqlm documentation built on July 10, 2026, 1:08 a.m.