From 769152fa26ec1b1ea06c913fc6f290d093203760 Mon Sep 17 00:00:00 2001 From: Dmitry Dolgushin Date: Wed, 30 May 2018 12:58:27 +0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e289ac9..decfd2c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Классы для статистической обработки данных. На данный момент имеется два обработчика: - * Метод Дженкса-Фишера -- порт с https://github.com/pschoepf/naturalbreaks. + * Метод Дженкса-Фишера (т.н. метод "естественных границ") -- порт с https://github.com/pschoepf/naturalbreaks. * Метод стандартных отклонений. Примеры использования классов представлены в соответствующих тестах. @@ -10,7 +10,7 @@ Classes for statistical data processing. For now there are two implementations: - * Jenks-Fisher method -- port from https://github.com/pschoepf/naturalbreaks. + * Jenks-Fisher method (so called "natural breaks" method) -- port from https://github.com/pschoepf/naturalbreaks. * Standard deviation method. The examples of usage are presented in corresponding tests.