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

Example AR model uses irregular instead of regular time samples #2

Closed
alkasm opened this issue Feb 28, 2018 · 0 comments
Closed

Example AR model uses irregular instead of regular time samples #2

alkasm opened this issue Feb 28, 2018 · 0 comments

Comments

@alkasm
Copy link
Contributor

alkasm commented Feb 28, 2018

In the example IPython notebook TimeSynthExamples.ipynb, the 24th cell has this example code for an AR model:

# Initializing TimeSampler
time_sampler = ts.TimeSampler(stop_time=20)
# Sampling regular time samples
regular_time_samples = time_sampler.sample_irregular_time(num_points=500)

Though it should be regular time samples, i.e., using the sample_regular_time() method from timesampler.py.

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

1 participant