detkit.FitLogdet.eval#

FitLogdet.eval(x)#

Evaluate fitted curve at a given x.

Parameters:
xnumpy.array

1D array of length N

Returns:
ynumpy.array

Evaluated values of curve fitting

See also

fit