.. _auto_curve_get_stats: *GET THE CURVE STATISTICS SUCH AS MIN/MAXG/MEANG/STD_DEV* ========================================================= Computes descriptive statistics (minimum, maximum, mean, and standard deviation) for a given curve. Use this worker whenever you need a quick numerical summary of a curve's value distribution. When to use ----------- Classification: **process**. Tagged: ``curve``, ``descriptive_stats``, ``max``, ``mean``, ``min``, ``statistics``, ``std_dev``, ``summary``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Curve 1 - curve1 - vector - — - - Input curve (vector of XY pairs) whose statistics will be computed; optional — leave unconnected only if the worker is being tested in isolation. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - curve_get_stats_output_1 - curve_get_stats_output_1 - keyvalue - Key-value map containing the computed statistics for the input curve: keys are 'min', 'max', 'mean', and 'std_dev', with their corresponding scalar values. Disciplines ----------- - data.curve.transform - data.statistics Runnable example ---------------- A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: `/api/workflow/example?id=curve_get_stats `_ .. raw:: html

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