This is an automated email from the ASF dual-hosted git repository.
ericbarnhill pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git.
from cbdb5d4 Merge pull request #9 from aherbert/method-refs-for-samplers
add ff4671a STATISTICS-7- adding a new 'commons-statistics-descriptive'
module/maven project for Descriptive Statistics
No new revisions were added by this update.
Summary of changes:
.../CONTRIBUTING.md | 10 +++---
.../LICENSE.txt | 0
.../NOTICE.txt | 0
.../README.md | 22 ++++++-------
commons-statistics-descriptive/pom.xml | 23 +++++++++++++
.../apache/commons/statistics/descriptive/App.java | 13 ++++++++
.../commons/statistics/descriptive/AppTest.java | 38 ++++++++++++++++++++++
pom.xml | 6 ++--
8 files changed, 93 insertions(+), 19 deletions(-)
copy CONTRIBUTING.md => commons-statistics-descriptive/CONTRIBUTING.md (92%)
copy {commons-statistics-regression =>
commons-statistics-descriptive}/LICENSE.txt (100%)
copy {commons-statistics-regression =>
commons-statistics-descriptive}/NOTICE.txt (100%)
copy README.md => commons-statistics-descriptive/README.md (81%)
create mode 100644 commons-statistics-descriptive/pom.xml
create mode 100644
commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/App.java
create mode 100644
commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/AppTest.java