From 19266af39329f79db0190da09c3ef71b0550d9ee Mon Sep 17 00:00:00 2001 From: Scott Hamshaw Date: Mon, 21 Aug 2023 16:39:04 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- docs/source/examples/percentile_calculation_examples.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/source/examples/percentile_calculation_examples.rst b/docs/source/examples/percentile_calculation_examples.rst index 90ac2dc..3ac0f76 100755 --- a/docs/source/examples/percentile_calculation_examples.rst +++ b/docs/source/examples/percentile_calculation_examples.rst @@ -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