License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Square Business Logic Libraries Financial |
GroupId | GroupIdorg.orangepalantir |
ArtifactId | ArtifactIdleastsquares |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionLeast squares in java.
A small library for using least squres fitting in java. Build using the JAMA
matrix library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
leastsquares-1.0.0.pom | |
leastsquares-1.0.0.jar | 20 KB |
leastsquares-1.0.0-sources.jar | 14 KB |
leastsquares-1.0.0-javadoc.jar | 89 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
gov.nist.math : jama | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |