Sandbox: Difference between revisions

From Pardee Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
if <math>\mathbf{sfusehist}=0</math> then (no history)
if <math>\mathbf{sfusehist}=1</math> then (use history)


<math>SFINSTABALL^t_{\gamma}=PredictedTerm^t_{\gamma}</math>
<math>SFINSTABALL^t_{\gamma}=\frac{PredictedTerm^t_f}{PredictedTerm^{t-1}_f}*\mathbf{SFINSTABALL}^{t-1}_{\gamma}</math>


where
where


<math>PredictedTerm^t_{\gamma}=ANALFUN(GDPPCP^t_{\gamma},DemocTerm^t,InfMorTerm^t,TradeTerm^t,Educ25Term^t)</math>
<math>PredictedTerm=ANALFUN(GDPPCP^t_{\gamma},DemocTerm^t,InfMorTerm^t,TradeTerm^t,Educ25Term^t)</math>


<math>DemocTerm=DemoPolity_{\gamma}</math>
<math>DemocTerm=DemoPolity_{\gamma}</math>
Line 13: Line 13:
<math>TradeTerm=\frac{X_{\gamma}+M_{\gamma}}{GDP}*100</math>
<math>TradeTerm=\frac{X_{\gamma}+M_{\gamma}}{GDP}*100</math>


<math>Educ25Term=EDYRSAG25_{\gamma}
<math>Educ25Term=EDYRSAG25_{\gamma}</math>

Revision as of 20:41, 14 June 2017

if then (use history)

where