Last Version

spockito 1.1

Tiny Java utility to incrementally calculate Mean and Standard Deviation with a numerically stable algorithm. Contains a simple utility class to incrementally calculate moving average and moving standard deviation of a data series.

License

License

GroupId

GroupId

org.tools4j
ArtifactId

ArtifactId

tools4j-meanvar
Version

Version

1.1
Type

Type

jar
Description

Description

spockito
Tiny Java utility to incrementally calculate Mean and Standard Deviation with a numerically stable algorithm. Contains a simple utility class to incrementally calculate moving average and moving standard deviation of a data series.
Project URL

Project URL

https://github.com/tools4j/meanvar
Source Code Management

Source Code Management

https://github.com/tools4j/meanvar.git

Download tools4j-meanvar 1.1


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.