diff --git a/README.md b/README.md index 3f6d427..e289ac9 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,12 @@ * Метод Дженкса-Фишера -- порт с https://github.com/pschoepf/naturalbreaks. * Метод стандартных отклонений. +Примеры использования классов представлены в соответствующих тестах. + Classes for statistical data processing. For now there are two implementations: * Jenks-Fisher method -- port from https://github.com/pschoepf/naturalbreaks. * Standard deviation method. + +The examples of usage are presented in corresponding tests.