Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Value ticks guessing does not perform well in relatively trivial case #278

Open
mbannert opened this issue Jan 7, 2019 · 1 comment
Open

Comments

@mbannert
Copy link
Member

mbannert commented Jan 7, 2019

Here's your RE (thanks Sina):

library(tstools)
series <- structure(c(-2.11950533333333, -1.87430033333333, -1.87209166666667, 
                      -0.162747333333333, -0.00103433333333334, 0.0112913333333333, 
                      0.192435, 0.0621036666666667, 0.075955, 0.0120246666666667, -0.192284666666667, 
                      -0.095359, -0.117480666666667, -0.046436, -0.0409476666666667, 
                      0.00420633333333333, -0.0260943333333333, -0.0127316666666667, 
                      0.0213723333333333, -0.00199133333333333, 0.00957366666666666, 
                      -0.0387903333333333, -0.00925466666666667, -0.016231, -0.706199666666667, 
                      -0.684903666666667, -0.724438, -0.722485, -0.0114526666666667, 
                      -0.0237806666666667, -0.0118123333333333, -0.00195733333333337, 
                      -0.000911333333333375, 0.0166543333333333, 0.00898100000000002, 
                      -0.0140576666666666, -0.0130963333333333, 0.00214166666666671, 
                      -0.00511633333333339, 0.00677000000000005), .Tsp = c(2009, 2018.75, 
                                                                           4), class = "ts")

tsplot(series)

rplot

@omuelle
Copy link

omuelle commented Feb 27, 2019

Another case in R:\olmuelle\tstools_bug_tslist.RData. To reproduce simply plot the loaded list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants