Hi,
I can't seem to use the new restrict after gmm feature.
<script>
open denmark
series y = normal()
series x = normal()
/* initialize stuff */
series e = 0
scalar beta = 0
matrix V = I(1)
/* proceed with estimation */
gmm
series e = y - x*beta
orthog e ; x
weights V
params beta
end gmm
restrict
beta = 3
end restrict
</script>
gives
? restrict
? beta = 3
? end restrict
Restriktion:
= 3.05173
Nicht genügend Speicher!
Fehler bei Skriptausführung: Stopp
end restrict
= out of memory error!
thanks,
sven