public final class MinAsy
extends java.lang.Object
Constructor and Description |
---|
MinAsy(DatanVector x0,
DatanMatrix cx,
DatanUserFunction muf) |
MinAsy(DatanVector x0,
int[] list,
DatanMatrix cx,
DatanUserFunction muf) |
Modifier and Type | Method and Description |
---|---|
double[][] |
getAsymmetricErrors(double fcont) |
boolean |
hasConverged() |
public MinAsy(DatanVector x0, int[] list, DatanMatrix cx, DatanUserFunction muf)
x0
- position of minimum.cx
- covariance matrix at x0.list
- array containing the elements of a list specifying which of the n variables are fixed (list element = 0) and
which are adjustable (list element = 1).muf
- user function which must be an extension of the abstract class DatanUserFunction.public MinAsy(DatanVector x0, DatanMatrix cx, DatanUserFunction muf)
x0
- position of minimum (all elements of list are set to 1).cx
- covariance matrix at x0.muf
- user function which must be an extension of the abstract class DatanUserFunction.public double[][] getAsymmetricErrors(double fcont)
fcont
- value of minimum function at postion of errors (right/hand side of eq. (10.17.9).public boolean hasConverged()