edges_cal.modelling.ModelFit.evaluate

ModelFit.evaluate(x: ndarray | None = None) ndarray[source]

Evaluate the best-fit model.

Parameters:

x (np.ndarray, optional) – The co-ordinates at which to evaluate the model. By default, use the input data co-ordinates.

Returns:

y (np.ndarray) – The best-fit model evaluated at x.