Skip to content

Commit

Permalink
Apply 1 suggestion(s) to 1 file(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Hamshaw authored and elbeejay committed Aug 21, 2023
1 parent ad2442c commit 19266af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/examples/percentile_calculation_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ Calculating Historic Percentiles for One Site

The :obj:`hyswap.percentiles.calculate_fixed_percentile_thresholds` function
is used to calculate a set of percentile thresholds given a set of data.
This function simply calculates one set of percentile thresholds, and is
not intended to be used for calculating percentiles for multiple days or
multiple time periods.
This function simply calculates one set of fixed percentile thresholds using all available data,
and is not intended to be used for calculating percentiles for individual days of the year.

By default this method calculates percentiles using the Weibull distribution
with an alpha parameter of 0 and a beta parameter of 0. The Weibull
Expand Down

0 comments on commit 19266af

Please sign in to comment.