All Projects → apache → commons-statistics

apache / commons-statistics

Licence: Apache-2.0 license
Statistics

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to commons-statistics

Librmath.js
Javascript Pure Implementation of Statistical R "core" numerical libRmath.so
Stars: ✭ 425 (+1114.29%)
Mutual labels:  distribution, math
speedy-math
An application which allows user (small kids) to practice basic Mathematics operations
Stars: ✭ 28 (-20%)
Mutual labels:  math
DecFP.jl
Julia IEEE decimal floating-point via the Intel decimal-float library
Stars: ✭ 49 (+40%)
Mutual labels:  math
react-native-math-view
Math view for react native! No WebView!
Stars: ✭ 49 (+40%)
Mutual labels:  math
python-baseconv
Python module to convert numbers from base 10 integers to base X strings and back again.
Stars: ✭ 40 (+14.29%)
Mutual labels:  math
dart-more
More Dart — Literally.
Stars: ✭ 81 (+131.43%)
Mutual labels:  math
nim-mathexpr
Tiny math expression evaluator library implemented in pure Nim
Stars: ✭ 58 (+65.71%)
Mutual labels:  math
noteworthy
Markdown editor with bidirectional links and excellent math support, powered by ProseMirror. (In Development!)
Stars: ✭ 178 (+408.57%)
Mutual labels:  math
mml-book-chinese
mml-book-chinese《Mathematics For Machine Learning》机器学习中的数学 中文版
Stars: ✭ 113 (+222.86%)
Mutual labels:  math
TensorFlow
Swift high-level API for TensorFlow.
Stars: ✭ 49 (+40%)
Mutual labels:  math
matrixgl
Yet another matrix library for WebGL
Stars: ✭ 25 (-28.57%)
Mutual labels:  math
btc-bash-ng
math and bitcoin tools in gnu bc and bash
Stars: ✭ 25 (-28.57%)
Mutual labels:  math
good-reads
List of inspiring articles, blogs, tutorials and books. Tech stuff.
Stars: ✭ 14 (-60%)
Mutual labels:  math
mathcore
Advanced .NET math library (.NET Standard).
Stars: ✭ 24 (-31.43%)
Mutual labels:  math
d rive
c++17 compile time math(derivation/integration)
Stars: ✭ 16 (-54.29%)
Mutual labels:  math
pimod
Reconfigure Raspberry Pi images with an easy, Docker-like configuration file
Stars: ✭ 94 (+168.57%)
Mutual labels:  distribution
HLML
Auto-generated maths library for C and C++ based on HLSL/Cg
Stars: ✭ 23 (-34.29%)
Mutual labels:  math
30secondchallenge
Inspired by the newspaper puzzle my wife's grandma tests me with each time I visit.
Stars: ✭ 19 (-45.71%)
Mutual labels:  math
manim
A community-maintained Python framework for creating mathematical animations.
Stars: ✭ 12,657 (+36062.86%)
Mutual labels:  math
topologic
Visualiser for basic geometric primitives and fractals in arbitrary-dimensional spaces
Stars: ✭ 39 (+11.43%)
Mutual labels:  math

Apache Commons Statistics

Build Status Coverage Status Quality Gate Status Maven Central License

The Apache Commons Statistics project provides tools for statistics.

Documentation

More information can be found on the Apache Commons Statistics homepage. The Javadoc can be browsed. Questions related to the usage of Apache Commons Statistics should be posted to the user mailing list.

Where can I get the latest release?

You can download source and binaries from our download page.

Alternatively you can pull it from the central Maven repositories:

<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-statistics-distribution</artifactId>
  <version>1.0</version>
</dependency>

Contributing

We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:

  • No tabs! Please use spaces for indentation.
  • Respect the code style.
  • Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
  • Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running mvn.

If you plan to contribute on a regular basis, please consider filing a contributor license agreement. You can learn more about contributing via GitHub in our contribution guidelines.

License

This code is under the Apache Licence v2.

See the NOTICE file for required notices and attributions.

Donations

You like Apache Commons Statistics? Then donate back to the ASF to support the development.

Additional Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].