This is an automated email from the ASF dual-hosted git repository. aherbert pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-statistics.git
from 7e272d6 Use tighter test tolerances new ad15001 Remove redundant modules from the examples profile new 5888cd9 Additional gamma distribution test data new b72d83e Remove redundant javadoc describing the sampler new 88442fe Drop invalid README details for WIP regression module new d312d69 Update MathJax font for mean (expected value: E) new fb4fd4a Remove duplication of mean and variance definition from class header new ccc17e6 Reduce visibility of getMedian to package-private new 98a4be9 Remove redundant fileSet from release assembly new 24c7b34 Update dist-archive module POM to remove redundant build execution new e199583 Add release profile new ac1ed17 User guide updates new 63472d5 Add document guidelines for development new fcab99f Update release manager details new 13ffb43 Add initial release documentation based on the RNG and Numbers projects The 14 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../distribution/AbstractDiscreteDistribution.java | 2 +- .../statistics/distribution/BetaDistribution.java | 13 +- .../distribution/BinomialDistribution.java | 4 +- .../distribution/ChiSquaredDistribution.java | 25 +- .../statistics/distribution/FDistribution.java | 2 +- .../statistics/distribution/GammaDistribution.java | 25 +- .../distribution/ParetoDistribution.java | 2 +- .../distribution/PascalDistribution.java | 4 - .../statistics/distribution/TDistribution.java | 2 +- .../distribution/GammaDistributionTest.java | 6 +- .../distribution/test.gamma.1.properties | 1 - .../distribution/test.gamma.2.properties | 53 + .../distribution/test.gamma.3.properties | 60 ++ commons-statistics-regression/README.md | 11 - dist-archive/pom.xml | 20 +- dist-archive/src/assembly/bin.xml | 7 - doc/development/development.howto.txt | 37 + doc/release/copyLongTermJavadoc.sh | 52 + doc/release/release.howto.txt | 1013 ++++++++++++++++++++ doc/release/settings-security.xml | 22 + doc/release/settings.xml | 63 ++ pom.xml | 12 +- src/site/xdoc/userguide/index.xml | 41 +- 23 files changed, 1349 insertions(+), 128 deletions(-) create mode 100644 commons-statistics-distribution/src/test/resources/org/apache/commons/statistics/distribution/test.gamma.2.properties create mode 100644 commons-statistics-distribution/src/test/resources/org/apache/commons/statistics/distribution/test.gamma.3.properties create mode 100644 doc/development/development.howto.txt create mode 100755 doc/release/copyLongTermJavadoc.sh create mode 100644 doc/release/release.howto.txt create mode 100644 doc/release/settings-security.xml create mode 100644 doc/release/settings.xml