Search found 5 matches
- Thu Nov 24, 2011 1:22 am
- Forum: Estimation
- Topic: State Space (Nelson Siegel Extended)
- Replies: 0
- Views: 3239
State Space (Nelson Siegel Extended)
Hi Everyone, I have developed a Svensson code for state space modelling?....The results I get when I make Kalman Filter, State Series and Signal Series are a bit confusing and dont look correct. I am jsut wondering if it has something to do with my code or the data itself.... I just wanted to aolso ...
- Wed Nov 23, 2011 11:14 pm
- Forum: Estimation
- Topic: State Space model
- Replies: 27
- Views: 42155
Re: State Space model
Thank you startz, that did give me their final values, but it also gave me large standard errors. Do you have any advice? rodneyleshaba, try to estimate the model without c(1) next to sv1 in your signal equation and then make state series. To better understand the output I suggest you to read origi...
- Fri Nov 18, 2011 6:42 am
- Forum: Estimation
- Topic: State Space model
- Replies: 27
- Views: 42155
Re: State Space model
Thanks, the above assisted but now I get another error if I just take data (yields) for one day....The error says "Insufficient Number of Observations" that this have to do with the data itself? Is it a requirement to have more data and if thats the case how will one get a daily yield curv...
- Sun Nov 06, 2011 5:14 am
- Forum: Estimation
- Topic: State Space model
- Replies: 27
- Views: 42155
Re: State Space model
@ssym thank you it worked but why did I have to remove it?
- Thu Nov 03, 2011 2:37 am
- Forum: Estimation
- Topic: State Space model
- Replies: 27
- Views: 42155
Re: State Space model
I have the formula below I am trying to estimate the Nelson Siegel model using state space, it is giving me errors but I cant seem to find out what exatcly is the problem. @signal _91_days = c(1)*sv1+sv2*((1-exp(-3*c(1))))/(c(1)*3))+sv3*(((1-exp(-3*c(1)))/c(1)*3)-exp(-c(1)*3)))+[var=exp(c(4))] @sign...
