arima_model_diagnostics
Evaluate ARIMA model adequacy for Indian stocks through residual analysis, normality tests, Ljung-Box checks, and visual diagnostics to identify issues and improve forecast reliability.
Instructions
Perform comprehensive diagnostics on trained ARIMA model.
Provides:
Residual analysis with ACF/PACF plots
Normality tests and QQ plots
Ljung-Box test for autocorrelation
Model adequacy checks and recommendations
Visual diagnostic charts
Args: ticker: Stock ticker symbol (e.g., 'RELIANCE', 'TCS', 'INFY') period: Time period for analysis ('1mo', '3mo', '6mo', '1y', '2y', '5y') transform: Data transformation type ("log", "boxcox", or None for no transformation)
Returns: List containing text analysis and ImageContent with diagnostic plots
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | 1y | |
| ticker | Yes | ||
| transform | No |