Private nonfarm payrolls are expected to increase by 162,000 in tomorrow’s June update from the Labor Department, according to The Capital Spectator’s average econometric point forecast. The projected gain is moderately lower than the reported increase for May. The June projection is also slightly below a pair of consensus forecasts, based on two surveys of economists.
Here’s a closer look at the numbers, followed by brief summaries of the methodologies behind The Capital Spectator’s projections:
VAR-8: A vector autoregression model that analyzes eight economic time series in context with private payrolls. The eight additional series: ISM Manufacturing Index, industrial production, aggregate weekly hours of production and nonsupervisory employees in the private sector, the stock market (S&P 500), real personal income excluding current transfer receipts, real personal consumption expenditures, spot oil prices, and the Treasury yield spread (10-year less 3-month T-bill). The forecasts are run in R with the “vars” package.
ARIMA: An autoregressive integrated moving average model that analyzes the historical record of private payrolls in R via the “forecast” package.
ES: An exponential smoothing model that analyzes the historical record of private payrolls in R via the “forecast” package.
R-1A: A linear regression model that analyzes the historical record of ADP private payrolls in context with the Labor Department’s estimate of US private payrolls. The historical relationship between the variables is applied to the more recently updated ADP data to project the government’s estimate of private payrolls. The computations are run in R.
R-1B: A linear regression model that analyzes the historical record of initial jobless claims (monthly average) in context with the Labor Department’s estimate of US private payrolls. The historical relationship between the variables is applied to the more recently updated jobless claims data to project the government’s estimate of private payrolls. The computations are run in R.