lisa.pelt.pelt_step_response#

lisa.pelt.pelt_step_response(t, window=0.001048576, half_life=32, scale=1024)[source]#

Compute an approximation of the PELT value at time t when subject to a step input (i.e running tasks, PELT starting at 0).

Parameters:
  • t (float) – Evaluate PELT signal at time = t.

  • window (float) – PELT window in seconds.

  • half_life (int) – PELT half life, in number of windows.

  • scale (float) – PELT scale.