Math - 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.

Лицензия

Лицензия

Группа

Группа

org.meeuw.math
Идентификатор

Идентификатор

mihxil-statistics
Последняя версия

Последняя версия

0.8.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Math - 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.

Скачать mihxil-statistics

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.meeuw.math/mihxil-statistics/ -->
<dependency>
    <groupId>org.meeuw.math</groupId>
    <artifactId>mihxil-statistics</artifactId>
    <version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.meeuw.math/mihxil-statistics/
implementation 'org.meeuw.math:mihxil-statistics:0.8.2'
// https://jarcasting.com/artifacts/org.meeuw.math/mihxil-statistics/
implementation ("org.meeuw.math:mihxil-statistics:0.8.2")
'org.meeuw.math:mihxil-statistics:jar:0.8.2'
<dependency org="org.meeuw.math" name="mihxil-statistics" rev="0.8.2">
  <artifact name="mihxil-statistics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.meeuw.math', module='mihxil-statistics', version='0.8.2')
)
libraryDependencies += "org.meeuw.math" % "mihxil-statistics" % "0.8.2"
[org.meeuw.math/mihxil-statistics "0.8.2"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.meeuw.math : mihxil-math jar 0.8.2

provided (4)

Идентификатор библиотеки Тип Версия
jakarta.validation : jakarta.validation-api jar 3.0.0
jakarta.annotation : jakarta.annotation-api jar 2.1.0
org.checkerframework : checker-qual jar 3.21.4
org.projectlombok : lombok jar 1.18.24

test (7)

Идентификатор библиотеки Тип Версия
org.meeuw.math : mihxil-math-theories jar 0.8.2
org.junit.jupiter : junit-jupiter jar
net.jqwik : jqwik jar 1.6.4
org.assertj : assertj-core jar 3.22.0
org.apache.logging.log4j : log4j-core jar
org.apache.logging.log4j : log4j-jul jar
org.apache.logging.log4j : log4j-slf4j-impl jar

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.8.2
0.8.1
0.8.0
0.7.0
0.6.2
0.6.1
0.6.0
0.5.0