forecast

Time series forecasting using ARIMA, ETS, STLM, TBATS, and neural network models.

EstablishedOpen SourceLow lock-in

Pricing

See website

Flat rate

Adoption

Stable

License

Open Source

Data freshness

Overview

What is forecast?

The forecast package in R provides methods for time series forecasting including automatic ARIMA fitting, exponential smoothing state space model (ETS), STL decomposition, TBATS modeling, and neural networks. It is essential for data scientists and analysts who need to predict future values based on historical data.

Key differentiator

forecast stands out for its comprehensive suite of time series forecasting methods, including advanced models like TBATS and neural networks, making it ideal for complex seasonal patterns.

Capability profile

Strength Radar

Automatic ARIMA …Exponential smoo…STL decompositio…TBATS modeling f…Neural network f…

Honest assessment

Strengths & Weaknesses

↑ Strengths

Automatic ARIMA model fitting

Exponential smoothing state space models (ETS)

STL decomposition for seasonal and trend analysis

TBATS modeling for complex seasonality patterns

Neural network forecasting methods

Fit analysis

Who is it for?

✓ Best for

Researchers needing to forecast time series with complex seasonality patterns using TBATS models

Developers who require automatic ARIMA model fitting for quick and accurate predictions

Teams working on financial forecasting projects that benefit from STL decomposition

✕ Not a fit for

Projects requiring real-time data processing as it is primarily a batch-processing tool

Applications needing direct integration with cloud services, as it operates locally

Cost structure

Pricing

Free Tier

None

Starts at

See website

Model

Flat rate

Enterprise

None

Performance benchmarks

How Fast Is It?

Ecosystem

Relationships

Alternatives

Next step

Get Started with forecast

Step-by-step setup guide with code examples and common gotchas.

View Setup Guide →