Last Version

Least squares in java. 1.0.0

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

License

License

Categories

Categories

Ant Build Tools Square Business Logic Libraries Financial
GroupId

GroupId

org.orangepalantir
ArtifactId

ArtifactId

leastsquares
Version

Version

1.0.0
Type

Type

jar
Description

Description

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

Project URL

https://github.com/odinsbane/least-squares-in-java
Source Code Management

Source Code Management

https://github.com/odinsbane/least-squares-in-java

Download leastsquares 1.0.0


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

Dependencies

compile (1)

Group / Artifact Type Version
gov.nist.math : jama jar 1.0.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.