License |
License |
---|---|
GroupId | GroupIdorg.meeuw.math |
ArtifactId | ArtifactIdmihxil-statistics |
Version | Version0.6.2 |
Type | Typejar |
Description |
DescriptionMath - statistics
Straight forward code to calculate average and standard deviations of a number of incoming values.
Also provides utility to do this in a 'sliding window' in time.
|
Filename | Size |
---|---|
mihxil-statistics-0.6.2.pom | |
mihxil-statistics-0.6.2.jar | 42 KB |
mihxil-statistics-0.6.2-tests.jar | 24 KB |
mihxil-statistics-0.6.2-sources.jar | 20 KB |
mihxil-statistics-0.6.2-javadoc.jar | 528 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.meeuw.math/mihxil-statistics/ -->
<dependency>
<groupId>org.meeuw.math</groupId>
<artifactId>mihxil-statistics</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.meeuw.math/mihxil-statistics/
implementation 'org.meeuw.math:mihxil-statistics:0.6.2'
// https://jarcasting.com/artifacts/org.meeuw.math/mihxil-statistics/
implementation ("org.meeuw.math:mihxil-statistics:0.6.2")
'org.meeuw.math:mihxil-statistics:jar:0.6.2'
<dependency org="org.meeuw.math" name="mihxil-statistics" rev="0.6.2">
<artifact name="mihxil-statistics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.meeuw.math', module='mihxil-statistics', version='0.6.2')
)
libraryDependencies += "org.meeuw.math" % "mihxil-statistics" % "0.6.2"
[org.meeuw.math/mihxil-statistics "0.6.2"]
Group / Artifact | Type | Version |
---|---|---|
org.meeuw.math : mihxil-math | jar | 0.6.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.validation : validation-api | jar | 2.0.1.Final |
org.projectlombok : lombok | jar | 1.18.22 |
org.checkerframework : checker-qual | jar | 3.19.0 |
Group / Artifact | Type | Version |
---|---|---|
org.meeuw.math : mihxil-math-theories | jar | 0.6.2 |
org.junit.jupiter : junit-jupiter | jar | 5.8.1 |
net.jqwik : jqwik | jar | 1.5.6 |
org.assertj : assertj-core | jar | 3.21.0 |
org.apache.logging.log4j : log4j-core | jar | 2.14.1 |