Schlagwort: R
-
Why VAR Beat Google’s TimesFM — and How to Build One in R
A peer-reviewed 2025 study put Google’s TimesFM foundation model head-to-head with vector autoregression on real hospital data. Spoiler: the 1980s econometric model won. Here’s what VAR is, why it works for supply chain, and how to build one in R.
-
Global Forecasting with XGBoost in R: A Walmart Weekly Walkthrough
A hands-on walkthrough of global XGBoost forecasting in R with tidymodels and modeltime, applied to the Walmart weekly sales dataset. What the feature importance reveals, when ML earns its complexity, and when ETS or SNAIVE quietly wins.
-
I Ran 6 Models on Real Demand Data — Here’s How I Picked the Winner
Six forecasting models, one real demand series, one honest horse race. Here’s the model that won — and the metric that made the choice unambiguous.
-
Is Your Forecast Any Good? The Forecaster’s Toolbox
Four acronyms decide whether you trust a forecast: MAE, MAPE, RMSE, MASE. Here is when each one lies to you — and the one benchmark that catches them all.
-
Three Equations From the Navy in 1957: Why Holt-Winters Still Runs Your Forecast Engine
Holt-Winters wasn’t born in a statistics lecture — it was written for the U.S. Navy in 1957 to solve an inventory problem. Nearly seven decades later, three recursive equations still beat most of the software sitting on top of your ERP.
-
Taking the Engine Apart: Time Series Decomposition for Supply Chain Forecasters
Every time series is a cocktail of trend, seasonality, and noise. Decomposition is how you separate the ingredients — and once you can see each one, choosing the right forecast model stops being a guessing game.
-
Your Line Chart Is Hiding 8 Patterns: How to Find Them with fpp3
Four datasets. Identical statistics. Completely different shapes. If you’re not plotting your demand data before forecasting it, you’re flying blind — and fpp3 gives you the visual toolkit to see what your spreadsheet hides.
-
Your First Forecast in 15 Minutes: A Supply Chain Pro’s Guide to R, RStudio & FPP3
You convinced your boss R is better than Excel. Now what? Install it, load fpp3, and produce your first real forecast — all before your coffee gets cold.
-
Stop Forecasting in Excel: Why R Is the Only Serious Tool for Supply Chain Demand Planning
Excel can’t do seasonality, model comparison, or prediction intervals without heroic effort — R does all three in six lines of code. Here’s why April is the month you finally make the switch.
-
FPP3: Stop Guessing Which Forecast Model Works — Measure It
Rob Hyndman’s fpp3 ecosystem lets you fit, compare, and evaluate multiple forecasting models in three lines of R code — here’s why supply chain teams should stop fighting Excel and start using a real framework.
-
Prophet: The Forecasting Tool That Actually Makes Sense to Non-Statisticians
Meta’s Prophet gives supply chain teams accurate demand forecasts without requiring a statistics degree — here’s how it works, where it shines, and where it doesn’t.
-
How Dynamic Buffer Management Works in DDMRP
DDMRP replaces static safety stock with dynamic, color-coded buffers that expand and contract with actual demand. This post explains the math, the logic, and the R code behind buffer sizing, net flow position, and demand-driven replenishment.
-
Don’t Push Your Suppliers — Pull Them!
How implementing Demand Driven MRP (DDMRP) transformed supplier lead times, reduced on-hand inventory, and brought lean pull principles to life in our supply chain.
-
Advantages of R and Python over Excel
Twelve compelling reasons why R and Python outperform Excel for data analysis — and practical advice on making the transition from spreadsheets to code-based analytics.
-
Data Quality Assessment for ERP Systems
Master data quality is the foundation of every ERP system. Learn how to systematically assess and visualize data gaps using R before they undermine your operations.
