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

Estimate margins of error on a sample of hourly averages #113

Closed
wants to merge 26 commits into from

Conversation

Nate-Wessel
Copy link
Contributor

@Nate-Wessel Nate-Wessel commented Apr 23, 2024

Would resolve #118

This estimates margins of error around the sample mean using a bootstrap estimator where the unit of observation is a single hour with enough data to calculate a travel time.

Where there is only one hour with data, we can get a mean but no margins of error. I'm currently allowing margins of error for samples > 1; it is hard to know where / if to draw a line on sample size.

@Nate-Wessel Nate-Wessel changed the title Let the sample be hourly averages Estimate margins of error on a sample of hourly averages May 10, 2024
@Nate-Wessel Nate-Wessel mentioned this pull request May 13, 2024
@Nate-Wessel
Copy link
Contributor Author

@Nate-Wessel Nate-Wessel marked this pull request as ready for review May 22, 2024 20:29
@Nate-Wessel
Copy link
Contributor Author

Closing this PR in favour of #120, which is a more streamlined version of this.

Some off-topic changes from this branch were incorporated into deploy in 520467b, 94eb9ef, & 210c914.

@Nate-Wessel Nate-Wessel closed this Jun 5, 2024
@Nate-Wessel Nate-Wessel deleted the hour-sample branch June 5, 2024 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Estimate margins of error around mean travel times
1 participant