jar

org.tools4j : tools4j-meanvar

Maven & Gradle

Apr 18, 2018
34 stars

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.

Table Of Contents

Latest Version

Download org.tools4j : tools4j-meanvar JAR file - Latest Versions:

All Versions

Download org.tools4j : tools4j-meanvar JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window tools4j-meanvar-1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.tools4j.meanvar

├─ org.tools4j.meanvar.MeanVarianceSampler.class - [JAR]

├─ org.tools4j.meanvar.MeanVarianceSlidingWindow.class - [JAR]