stdDev
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