nushell/crates/nu-cli/src/commands/math
Ali Mousa 8fd22b61be
Add variance and stddev subcommands to math command (#2154)
* add variance (population)
subcommand to math

* impl variance subcommand with spanning errors for invalid types

* add stddev subcommand to math

* rename bytes to filesize

* clippy fix -- use expect instead of unwrap in variance tests
2020-07-15 07:15:02 +12:00
..
avg.rs Rename 'bytes' to 'filesize' (#2153) 2020-07-11 14:17:37 +12:00
command.rs Add variance and stddev subcommands to math command (#2154) 2020-07-15 07:15:02 +12:00
max.rs Refactor out RunnableContext from calculate (#2037) 2020-06-24 06:24:33 +12:00
median.rs Rename 'bytes' to 'filesize' (#2153) 2020-07-11 14:17:37 +12:00
min.rs Refactor out RunnableContext from calculate (#2037) 2020-06-24 06:24:33 +12:00
mod.rs Add variance and stddev subcommands to math command (#2154) 2020-07-15 07:15:02 +12:00
mode.rs Make mode subcommand: math mode (#2043) 2020-06-25 05:57:27 +12:00
stddev.rs Add variance and stddev subcommands to math command (#2154) 2020-07-15 07:15:02 +12:00
sum.rs Refactor out RunnableContext from calculate (#2037) 2020-06-24 06:24:33 +12:00
utils.rs Make mode subcommand: math mode (#2043) 2020-06-25 05:57:27 +12:00
variance.rs Add variance and stddev subcommands to math command (#2154) 2020-07-15 07:15:02 +12:00