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

Confidence intervals using bootstrap method #87

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dietmaroelz
Copy link

No description provided.

…age "spatialeco", i.e. using the bootstrap method. To compute confidence intervals, a significance level p has to be specificed when calling loess(...).

The function ci(...) returns the confidence intervals.
Copy link
Author

@dietmaroelz dietmaroelz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This adds computation of confidence intervals using the bootstrap method.

@dietmaroelz dietmaroelz marked this pull request as draft December 9, 2023 06:36
@dietmaroelz dietmaroelz changed the title Master Confidence intervals using bootstrap method Dec 9, 2023
@dietmaroelz dietmaroelz marked this pull request as ready for review December 10, 2023 04:06
@codecov-commenter
Copy link

codecov-commenter commented Jan 15, 2024

Codecov Report

Attention: Patch coverage is 14.28571% with 36 lines in your changes missing coverage. Please review.

Project coverage is 74.23%. Comparing base (01faf90) to head (62ccd75).

Files Patch % Lines
src/Loess.jl 14.28% 36 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master      #87       +/-   ##
===========================================
- Coverage   85.90%   74.23%   -11.68%     
===========================================
  Files           2        2               
  Lines         220      260       +40     
===========================================
+ Hits          189      193        +4     
- Misses         31       67       +36     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Successfully merging this pull request may close these issues.

3 participants