public final class MinCov
extends java.lang.Object
Constructor and Description |
---|
MinCov(DatanVector x0,
DatanUserFunction muf) |
MinCov(DatanVector x0,
int[] list,
DatanUserFunction muf) |
Modifier and Type | Method and Description |
---|---|
DatanMatrix |
getCovarianceMatrix(double fact) |
public MinCov(DatanVector x0, int[] list, DatanUserFunction muf)
x0
- position of minimum.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 MinCov(DatanVector x0, DatanUserFunction muf)
x0
- position of minimum (all elements of list are set to 1).muf
- user function which must be an extension of the abstract class DatanUserFunction.public DatanMatrix getCovarianceMatrix(double fact)
fact
- factor by which covariance matrix is multiplied to yield condidence matrix to a given confidence level.