Skip to content

stdDev

stdDev(array) → number · Math

Compute the standard deviation of a numeric array.

  • array (required): array of numbers
bash
echo '{"scores": [72, 85, 90, 95, 88, 76, 92]}' | utlx -e 'stdDev($input.scores)'
# ~8.5

Released under AGPL-3.0.