residual_variable_projection

glotaran.analysis.variable_projection.residual_variable_projection(matrix: numpy.ndarray, data: numpy.ndarray)Tuple[List[str], numpy.ndarray][source]

Calculates the conditionally linear parameters and residual with the variable projection method.

Parameters
  • matrix – The model matrix.

  • data (np.ndarray) – The data to analyze.