triqs.fit.fit.Fit.__call__

Fit.__call__(x)[source]

Evaluate the fitted model at x.

Parameters:
xarray_like or float

Point(s) at which to evaluate the model.

Returns:
ndarray or float

function(x, *param).