Data fitting

Data fitting algorithms.

License

License

GroupId

GroupId

hu.kazocsaba.math
ArtifactId

ArtifactId

fitting
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Data fitting
Data fitting algorithms.
Project URL

Project URL

https://github.com/kazocsaba/fitting
Source Code Management

Source Code Management

https://github.com/kazocsaba/fitting.git

Download fitting

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
hu.kazocsaba.math : matrix jar 1.1.0
hu.kazocsaba.math : geometry jar 1.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.4

Project Modules

There are no modules declared in this project.

Data fitting library

This library provides fitting-style algorithms operating on geometric data.

This library depends on my matrix and geometry packages.

Using

The library resides in the central Maven repository with group ID hu.kazocsaba.math and artifact ID fitting. If you use a project management system which can fetch dependencies from there, you can just add the library as a dependency. E.g. in Maven:

<dependency>
	<groupId>hu.kazocsaba.math</groupId>
	<artifactId>geometry</artifactId>
	<version>a.b.c</version>
</dependency>

You can also browse the online javadoc.

Features

LineFitter: finds the 2D/3D line containing a set of points.

PlaneFitter: finds the 3D plane containing a set of points.

LineIntersector: finds the 2D/3D/nD point lying on a set of lines.

Versions

Version
1.0.0