The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

Catmandu::Fix::stat_mean - calculate the median of an array

SYNOPSIS

# Calculate the median of foo. E.g. foo => [1,2,3,4]
stat_median(foo) # foo => '2.5'

SEE ALSO

Catmandu::Fix