jar

org.orangepalantir : leastsquares

Maven & Gradle

Apr 06, 2016

Least squares in java. · A small library for using least squres fitting in java. Build using the JAMA matrix library

Table Of Contents

Latest Version

Download org.orangepalantir : leastsquares JAR file - Latest Versions:

All Versions

Download org.orangepalantir : leastsquares JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

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 leastsquares-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.orangepalantir.leastsquares.examples

├─ org.orangepalantir.leastsquares.examples.ParabolaExample.class - [JAR]

org.orangepalantir.filters

├─ org.orangepalantir.filters.SavitzyGolayFilter.class - [JAR]

org.orangepalantir.leastsquares.functions

├─ org.orangepalantir.leastsquares.functions.ExponentialFunction.class - [JAR]

├─ org.orangepalantir.leastsquares.functions.LinearFunction.class - [JAR]

org.orangepalantir.leastsquares

├─ org.orangepalantir.leastsquares.Fitter.class - [JAR]

├─ org.orangepalantir.leastsquares.Function.class - [JAR]

org.orangepalantir.leastsquares.fitters

├─ org.orangepalantir.leastsquares.fitters.LinearFitter.class - [JAR]

├─ org.orangepalantir.leastsquares.fitters.MarquardtFitter.class - [JAR]

├─ org.orangepalantir.leastsquares.fitters.NonLinearSolver.class - [JAR]

Advertisement