bmel:cvOf¶
Category: Array & Statistics · Returns: bmel:number
bmel:cvOf(array: bmel:array<number>)
Description¶
Returns the coefficient of variation (CV = stddev / mean) of an array, expressed as a ratio. Returns null if the mean is zero.
Arguments¶
| Parameter | Type | Required | Description |
|---|---|---|---|
array | bmel:array<number> | ✅ | The array of numeric values. |
Example¶
bmel:cvOf({batch:Response Payload}.$.latencies)