paws.core.operations.PROCESSING.SMOOTHING package

Submodules

paws.core.operations.PROCESSING.SMOOTHING.MovingAverage module

class paws.core.operations.PROCESSING.SMOOTHING.MovingAverage.MovingAverage[source]

Bases: paws.core.operations.Operation.Operation

Applies moving average filter to 1d array.

run()[source]

Operation.run() should use the Operation.inputs and set values for all of the items in Operation.outputs.

paws.core.operations.PROCESSING.SMOOTHING.SavitzkyGolay module

class paws.core.operations.PROCESSING.SMOOTHING.SavitzkyGolay.SavitzkyGolay[source]

Bases: paws.core.operations.Operation.Operation

Applies a Savitzky-Golay polynomial smoothing filter to a 1d array.

run()[source]

Operation.run() should use the Operation.inputs and set values for all of the items in Operation.outputs.

Module contents