From 48d3ef55632146631c9b81c6b6d888a06495f6cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Fri, 7 Jun 2024 23:49:31 +0100 Subject: [PATCH] Update skpro/distributions/halflogistic.py Co-authored-by: Vasco Schiavo <115561717+VascoSch92@users.noreply.github.com> --- skpro/distributions/halflogistic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skpro/distributions/halflogistic.py b/skpro/distributions/halflogistic.py index 59046205c..21ea5f6e2 100644 --- a/skpro/distributions/halflogistic.py +++ b/skpro/distributions/halflogistic.py @@ -16,7 +16,7 @@ class HalfLogistic(_ScipyAdapter): for the array-valued case. The half-logistic distribution is a continuous probability distribution derived - from the logistic distribution by taking only the positive half.It is particularly + from the logistic distribution by taking only the positive half. It is particularly useful in reliability analysis, lifetime modeling, and other applications where non-negative values are required.