Fit

Here you can find the functions that can be used for fitting

List of all the functions:

fit_grid(parameters, data[, disp])

Functions performs the complete GRID fitting procedure on the provided survival time distribution data and returns the fit results.

fit_multi_exp(parameters, data[, disp])

Function fits one or more n-exponentials to the provided data and returns the fit results.

fit_all(parameters, data[, disp])

Function performs GRID fitting procedure and fits one or more n-exponentials to the provided data and returns the fit results.