Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ddolgushin authored May 30, 2018
1 parent be3da4f commit 769152f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
Классы для статистической обработки данных.

На данный момент имеется два обработчика:
* Метод Дженкса-Фишера -- порт с https://github.com/pschoepf/naturalbreaks.
* Метод Дженкса-Фишера (т.н. метод "естественных границ") -- порт с 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.
* 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.

0 comments on commit 769152f

Please sign in to comment.