[][src]Module arnalisa::bins::last_calm_point

A bin that calculates the last calm point of a curve. The calm point means that the y input value has not changed by more than y_max_delta since this point.

  ┌───[last_calm_point]───┐
 ⇒│x                calm_x│⇒
 ⇒│y                calm_y│⇒
 ⇒│y_max_delta            │
  └───────────────────────┘

Structs

Bin

A bin calculates the last calm point of a curve.

Description

Description of the last_calm_point bin.