LsqNon
public LsqNon(DatanVector t,
DatanVector y,
DatanVector deltay,
DatanVector x,
int[] list,
DatanUserFunction luf)
- Parameters:
t
- vector, the elements of which are the controlled variables t_iy
- vector of the corresponding measured values.deltay
- vector of measurement errors.x
- vector of first approximations of unknowns.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).luf
- user function which must be an extension of the abstract class DatanUserFunction.