COMPUTE THE Y-POWER OF THE CURVE

Raises the y-values of a curve to a specified numeric exponent, leaving x-values unchanged. Use this worker to apply a power transformation to any (x, y) curve within a workflow.

When to use

Classification: process.

Tagged: curve, exponent, math, power, transformation, y-transform.

Inputs

Label ID Type Default Required Description
Curve input_curve vector   The input (x, y) curve whose y-values will be raised to the given power; accepts any vector curve type.
Power Exponent power scalar 1   Scalar exponent applied to every y-value of the curve (e.g. 2 for squaring, 0.5 for square root); defaults to 1 (no change).

Outputs

Label ID Type Description
curve_power_output_1 curve_power_output_1 vector Output curve with the same x-values as the input and y-values replaced by y^exponent.

Disciplines

  • data.curve.transform

Runnable example

A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curve_power


Auto-generated from transformation schema. Worker id: curve_power. Schema hash: b662dd034e36. Hand-curated docs in workerexamples/ override this page when present.