Dear Dr. Fabio,
In a previous version of tsDyn, estimation of LSTAR models produced,
apart from parameter estimates, standard deviations and t-statistics.
In the current version, only parameter estimates are listed. Is there
any reason for this?
I noticed that estimation of SETAR models gives full estimation
results, including standard deviations, and t-statistics.
Looking forward hearing from you. Jan G. De Gooijer
--
Antonio Fabio Di Narzo, PhD.
Swiss Institute for Bioinformatics - Bioinformatics Core Facility
Office 2029, Génopode, Quartier Sorge
CH-1015 Lausanne, Switzerland
Tel: +41 21 692 4087
Fax: +41 21 692 4065
Dear Matthieu,
Great! Please let me know when the new version of the tsDyn package becomes available for downloading. Thank you.
Regards, Jan
From: Matthieu Stigler [matthieu...@gmail.com]
Sent: Wednesday, November 23, 2011 11:01 PM
To: Gooijer, J.G. de
Cc: Antonio, Fabio Di Narzo
Subject: Re: tsDyn
Dear Mr deGooijer
I am glad to see that you are using tsDyn, I remember reading papers of you on the topic!
You are right, returning the full coefficient matrix was doable before, and now not anymore. The change was done three years ago (!) but can be re-established without problems. I will hopefully have time this week-end to work on it, so by the end of next week this should be available in tsDyn.
Best
Matthieu
2011/11/23 Antonio, Fabio Di Narzo <antoni...@gmail.com>
just my 2 (swiss-franc) cents,
antonio.
2011/11/30 Matthieu Stigler <matthieu...@gmail.com>:
Dear Jan, Antonio and Jose
Concerning the change from version 0.5 to 0.7 that summary of lstar does not show the se/tval/pval anymore. I figured out hwat had happened: I think we changed the lstar algorithm, from estimating all the parameters with ML to the two stage approach, where slope parameters are estimated with LS conditional on transition function parameters values, and these parameters are estimated as MLE with optim(). Since we use this "conditional least square", we do not provide se estimates.
I think this can handled easily by getting the se separately, once for the transition function parameters, once for the slope ones. I worked on this and it is more or less ready, but wanted before to hear your opinion about this. What do you think? I know LSTAR less than SETAR, but in the case of SETAR we have this result that the threshold estimator being super-convergent, we can estimate and treat the slope coefs as if the threshold was known. I guess we can/should adopt the same approach for the LSTAR? Someone can confirm this?
Another way could be to re-run the "one step" approach fully with optim() with starting values the coef obtained in the "two steps" approach. I am not sure however we would not get issues with the gradient/hessian, in the (likely) case the second optimisation leads to same maximum than the first?
José, this is also the case for the star() model, where:
example(star)
summary(mod.star)
does not return se/tval/pval. Should I implement the same approach there too?
--
You received this message because you are subscribed to the Google Groups "tsdyn" group.
To post to this group, send email to ts...@googlegroups.com.
To unsubscribe from this group, send email to tsdyn+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/tsdyn?hl=en.