td-movavg-forecast

Generate moving average forecasts for time series data using Teradata UAF.

7|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/teradata-labs/claude-cookbooks --skill td-movavg-forecast
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: td-movavg-forecast
Source: https://github.com/teradata-labs/claude-cookbooks/tree/main/skills/analytics/td-movavg-forecast
Command: npx skills add https://github.com/teradata-labs/claude-cookbooks --skill td-movavg-forecast

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of generating smoothed predictions and forecasts for time series data using Teradata's advanced Unbounded Array Framework (UAF).

Core Features & Use Cases

  • Moving Average Forecasting: Applies the TD_MOVAVG_FORECAST function for smoothed time series predictions.
  • UAF Integration: Leverages Teradata's UAF for scalable and efficient array processing.
  • Use Case: Forecast sales figures for thousands of products by analyzing historical sales data with high accuracy and performance.

Quick Start

Analyze my time series table named 'sales_data' in the 'my_db' database, using 'sale_date' as the timestamp column and 'quantity_sold' as the value column.

Frequently Asked Questions about td-movavg-forecast

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I forecast time series data using a moving average approach?

Moving average forecasting generates smoothed predictions for time series data by averaging historical data points. This Skill automates the process using Teradata's Unbounded Array Framework and the TD_MOVAVG_FORECAST function for scalable analysis.

What is the best way to forecast sales for thousands of products at scale?

Forecasting sales for thousands of products at scale requires a solution that handles high-dimensional data efficiently. This Skill leverages Teradata's Unbounded Array Framework to analyze historical sales data and generate production-ready SQL workflows with high accuracy and performance.

Can I use Teradata UAF for moving average predictions on billions of IoT sensors?

Yes, Teradata UAF supports scalable array processing for billions of IoT sensors. This Skill applies the TD_MOVAVG_FORECAST function to generate smoothed time series predictions across massive high-dimensional datasets with comprehensive error handling and business-focused interpretation.

How do I smooth time series predictions in Teradata?

Smoothing time series predictions in Teradata involves applying the TD_MOVAVG_FORECAST function via the Unbounded Array Framework. This Skill automates the creation of production-ready SQL workflows to process historical time series data and output smoothed forecasts with comprehensive error handling.

Do I need to write manual SQL for TD_MOVAVG_FORECAST?

No, you do not need to write manual SQL for TD_MOVAVG_FORECAST. This Skill generates production-ready SQL workflows automatically based on your input parameters, providing comprehensive error handling and business-focused interpretation for your time series forecasting tasks.