Summary
Tanizaki (1993) extends the standard Kalman filter to handle binary (qualitative) dependent variables, bridging state-space time-series models and cross-sectional binary choice models. The key idea is to replace the continuous observation equation with a binary choice model yt=F(xt′βt)+et where F(⋅) is a Cumulative Distribution Function (CDF), then linearize F around the current state estimate via first-order Taylor expansion to produce a pseudo-linear measurement equation that the standard Kalman filter recursion can process. Parameters R and Φ are estimated without assuming a distribution for the discrete state variable using Expectation-Maximization (EM)-like moment equations on smoothed states. Applied to money excess demand estimation (Jan 1959–May 1989, n=364), the time-varying parameter model strongly dominates the fixed-parameter probit/logit on both log-likelihood and predictive fit.
Key Claims
- The problem: Standard Kalman filter requires a continuous observation equation yt=xt′βt+ut; when yt is binary the standard algorithm breaks down because ut is no longer normally distributed.
- State-space-plus-binary-choice formulation: The unobservable latent variable is yt∗=xt′βt−εt, with yt=1[yt∗≥0], so Pr(yt=1)=F(xt′βt)≡Ft; this is rewritten as yt=F(xt′βt)+et where et has mean zero and variance Ft(1−Ft) (eq. 18).
- Linearization: F(xtβt) is approximated around the current filtered estimate βt∣t by F(xtβt∣t)+xtft∣t(βt−βt∣t), yielding a pseudo-linear observation equation y~t=xtft∣tβt+et where y~t=yt−Ft∣t+xtft∣tβt∣t (eq. 20). This enables the standard mixed-estimation Kalman gain/covariance/state update (eqs. 21–23) — but iteration at each t is required because ft∣t and Ft∣t depend on βt∣t.
- Smoothing: Shumway-Stoffer (1982) backward recursions yield smoothed states βt∣n, Pt∣n, and cross-covariances Pt,t−1∣n (eqs. 25–28).
- Distribution-free parameter estimation: Since yt is qualitative, βt follows a discrete distribution whose exact form is difficult to derive; R is updated via an EM-like moment formula using smoothed states (eq. 24); Φ is estimated by minimizing the sum of weighted squared state residuals (eq. 31) — neither step assumes a parametric distribution for βt.
- Log-likelihood: Evaluated at smoothed states (eq. 32) as ∑t[ytlogF(xtβt∣n)+(1−yt)log(1−F(xtβt∣n))]; used for convergence monitoring.
- Three CDF choices: Normal (probit), logistic (logit), Cauchy — qualitatively similar filtered-path shapes; normal distribution achieves highest log L and correlation ρ.
- Application — money excess demand: Observable proxy: yt=1 iff the interest rate rises next period (rt+1≥rt), used as a proxy for excess money demand since actual money demand MtD is unobservable; state vector (αt,βt)′ follows a random walk (Φ=I); βt is the real-interest-rate elasticity of excess demand.
- Empirical results: Fixed-parameter probit/logit/Cauchy: logL≈−248, ρ≈0.11; time-varying models: logL≈−222–−234, ρ≈0.33–0.48 — strong improvement; β^t shows peaks around 1975 (oil shock) and 1984 (high U.S. rates), indicating time-varying responsiveness of excess demand to the real interest rate.
- Limitation — local approximation: The first-order Taylor linearization is accurate only near the current estimate; when F(⋅) is strongly nonlinear at βt∣t, the approximation can fail; no formal asymptotic theory is derived in the paper.
Concepts Introduced or Extended
Entities Mentioned
Quotes
"The time-varying parameter problem is easily solvable with the Kalman filter. The traditional methods break down if the dependent variable is dichotomous."
"Since yt is a qualitative variable, βt must be distributed as a random variable of discrete type. Therefore we need to consider an estimation method which does not depend on the distribution of βt."
My Take
A useful bridge between the state-space/Time-Varying Parameter (TVP) literature and the discrete-choice literature. The core trick — linearize the CDF around the current state estimate and iterate — is the same idea underlying the extended Kalman filter for nonlinear state-space models. The distribution-free estimation of R and Φ is an honest response to the genuinely awkward status of a discrete latent state. However, the paper provides no asymptotic theory, and the approximation quality depends heavily on the quality of the initial estimate; modern particle-filter approaches would handle the nonlinearity more rigorously. The money demand application is illustrative but narrow: the mapping from interest-rate changes to excess demand is mechanical and the economic identification is thin.