We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8a439 commit e75a828Copy full SHA for e75a828
misc/garch/koyck-sim.R
@@ -11,4 +11,4 @@ y[1] <- rnorm(1,alpha + beta * x[1],sigma);
11
for (t in 2:T)
12
y[t] <- rnorm(1,alpha + beta * x[t] + lambda * y[t-1], sigma);
13
14
-fit <- stan(file="koyck.stan", data=c("T","y","x"), iter=500, chains=4, fit=fit);
+fit <- stan(file="koyck.stan", data=c("T","y","x"), iter=500, chains=4);
0 commit comments