public final class LsqLin
extends java.lang.Object
| Constructor and Description |
|---|
LsqLin(DatanVector t,
DatanVector c,
DatanVector deltay,
DatanMatrix a) |
| Modifier and Type | Method and Description |
|---|---|
double |
getChiSquare() |
DatanMatrix |
getCovarianceMatrix() |
DatanVector |
getResult() |
boolean |
hasConverged() |
public LsqLin(DatanVector t, DatanVector c, DatanVector deltay, DatanMatrix a)
t - vector, the elements of which are the controlled variables t_ic - vector, the elements c_i = y_i + a0_i of which are the s=ums of the measurements y_i and the constant terms a0_i.a - matrix of coefficients.deltay - vector of measurement errors.public DatanVector getResult()
public DatanMatrix getCovarianceMatrix()
public double getChiSquare()
public boolean hasConverged()