[R] StructTS hang?

Richard.Kiefer at rwe.com Richard.Kiefer at rwe.com
Tue Jan 26 10:55:30 CET 2010


No problem!

Working:
z<-ts(sin(1:1000), start=1, freq=10)
x<-StructTS(z, type='BSM')
Hang:
z<-ts(sin(1:1000), start=1, freq=100)
x<-StructTS(z, type='BSM')
(Both on WinXP, R 2.9.2)

I don't, however, know who the package maintainer is, nor can I track down where exactly the hang is caused.

Maybe somebody else can help me with that.

Cheers,
Richard Kiefer


-----Ursprüngliche Nachricht-----
Von: Uwe Ligges [mailto:ligges at statistik.tu-dortmund.de]
Gesendet: Dienstag, 26. Januar 2010 10:32
An: Kiefer, Richard
Cc: r-help at r-project.org
Betreff: Re: [R] StructTS hang?



On 25.01.2010 11:03, Richard.Kiefer at rwe.com wrote:
> Hi!
>
> You have probably sorted out your problem a different way.
> However I have tried dealing with the same problem for a while and writing down the reason for this here may be of use to someone.
>
> In some other help-mail I read that time series objects behave unexpectedly in some situations if the frequency is too high. As a result of this, a call of StructTS (with seasonality) hangs if and only if the frequency is larger than 24 (if I remember the number right). This is what I found with my own time series using several frequencies.
>
> So, this may not be helpful using StructTS on a time series, but it may save somebody some time.


Even better: report a reproducible example to the package maintainer who
is certainly happy to fix bugs in the package.

Best wishes,
Uwe Ligges


> Regards,
> Richard
>
>
>
>
> ----------------------------------------------------------------
> Irgendwann kommt jeder drauf! WWW.ENERGIEWELT.DE
> -----------------------------------------------------------------------------------
> Vorsitzender des Aufsichtsrates: Dr. Rolf Martin Schmitz
> Vorstand: Dr. Johannes Lambertz (Vorsitzender),
> Prof. Dr. Gerd Jaeger, Antonius Voss,
> Erwin Winkel
>
> Sitz der Gesellschaft: Essen und Koeln
> Eingetragen beim Amtsgericht Essen
> Handelsregister-Nr. HRB 17420
> Eingetragen beim Amtsgericht Koeln
> Handelsregister-Nr. HRB 117
>
>       [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

----------------------------------------------------------------
Irgendwann kommt jeder drauf! WWW.ENERGIEWELT.DE
-----------------------------------------------------------------------------------
Vorsitzender des Aufsichtsrates: Dr. Rolf Martin Schmitz
Vorstand: Dr. Johannes Lambertz (Vorsitzender), 
Prof. Dr. Gerd Jaeger, Antonius Voss, 
Erwin Winkel

Sitz der Gesellschaft: Essen und Koeln
Eingetragen beim Amtsgericht Essen
Handelsregister-Nr. HRB 17420
Eingetragen beim Amtsgericht Koeln
Handelsregister-Nr. HRB 117



More information about the R-help mailing list