The stack blur should not calculate average of values, but the `sqrt( values.map(sqr).sum() / values.length )`
The stack blur should not calculate average of values, but the
sqrt( values.map(sqr).sum() / values.length )