alg_decay_fits

  • full name: tenpy.tools.fit.alg_decay_fits

  • parent module: tenpy.tools.fit

  • type: function

tenpy.tools.fit.alg_decay_fits(x, ys, npts=5, power_range=(0.01, 4.0), power_mesh=[60, 10])[source]

Batched version of alg_decay().

Parameters:
  • x (array_like [M]) – The independent variable where the data is measured.

  • y (array_like [M, N]) – N distinct sets of data for the dependent variable. N separate fits will be performed.

  • *args – Same as for alg_decay().

Returns:

  • a (array [N]) – The prefactors of each fitted algebraic decay.

  • b (array [N]) – The (negative) exponents of each fitted algebraic decay.

  • c (array [N]) – The y-intercepts of each fitted algebraic decay.

See also

alg_decay_fit