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

Add documentation for sub-daily data #170

Closed
josephguillaume opened this issue Jan 13, 2021 · 3 comments
Closed

Add documentation for sub-daily data #170

josephguillaume opened this issue Jan 13, 2021 · 3 comments

Comments

@josephguillaume
Copy link
Collaborator

josephguillaume commented Jan 13, 2021

Issues with sub-daily data are a recurring issue on the mailing list.
POSIXct indices are not supported but chron indices are. This can be converted easily: index(DATA)<-as.chron(index(DATA))

It is not clear where this documentation should be added or what else needs to be said.
An example would likely be worthwhile.
It is possible that checks for POSIXct indices or automatic conversion to chron may also be worthwhile.

@josephguillaume
Copy link
Collaborator Author

Sub-daily data is often also short data (see #171) where the default objective function with monthly NSE is not appropriate.

@josephguillaume josephguillaume added this to the 1.0 milestone Feb 2, 2021
@josephguillaume
Copy link
Collaborator Author

Could be simplified if #31 is implemented

@josephguillaume
Copy link
Collaborator Author

Conversion of date indices is included in #186, but it looks like POSIXct is not actually the problem.
Closing this issue in favour of including a couple of common gotchas in #38

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

No branches or pull requests

1 participant