pedarProbe.analyse#

Data analysis functionalities. Short-cut functions are realised in pedarProbe.node.PedarNode to facilitate the usability.

Functions

attribute_average_up(node[, attr_name, ...])

Recursively compute the attribute for each leaf node and then average it up as the upper node's attribute layer by layer, towards root node level.

print_shapes(node)

Recursively print the structure tree and the leaf nodes' data frame shapes.

sensor_peak(node)

Compute the peak pressure of each sensor.

sensor_pti(node)

Compute the pressure-time integral (PTI) of each sensor.