We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Surrogate generation (#228) needs to implement 3 different temporal patterns:
match
even
random
random_time_index()
settings
Implement as an additional argument of Series.surrogates() called time_pattern
Series.surrogates()
time_pattern
The text was updated successfully, but these errors were encountered:
addressed by #534
Sorry, something went wrong.
lionelvoirol
No branches or pull requests
Surrogate generation (#228) needs to implement 3 different temporal patterns:
match
: match Series.time (default)even
: (needs a specified delta_t)random
: callsrandom_time_index()
, takes arguments fromsettings
dictImplement as an additional argument of
Series.surrogates()
calledtime_pattern
The text was updated successfully, but these errors were encountered: