stats 2.1.0 copy "stats: ^2.1.0" to clipboard
stats: ^2.1.0 copied to clipboard

Calculate common statistical values for a set of numbers: max, min, mean, median, standard deviation, and standard error.

2.1.0 #

  • Export LightStats.
  • Require at least Dart 3.0

2.0.0 #

  • Require at least Dart 2.12
  • Null safety

1.0.1 #

  • Allow package:json_annotation v4.x.

1.0.0 #

  • Added LightStats class and corresponding extension.
    • Unlike Stats, creating LightStats does not create and sort a List with the entire source contents. It is "cheaper" to use, especially with large inputs.
  • Stats
    • Now has a type argument <T extends num>.
    • implements LightStats.
    • Added fromSortedList factory.
    • standardError is now an on-demand calculated property instead of a field.
    • Renamed mean to average.
  • Added Iterable<num> extensions: lightStats, stats, min, max, sum and average.
  • Require Dart SDK >=2.7.0 <3.0.0.

0.2.0+3 #

  • Support latest package:json_annotation.

0.2.0+2 #

  • Support latest package:json_annotation.

0.2.0+1 #

  • Fix readme.

0.2.0 #

  • Initial release.
30
likes
140
pub points
87%
popularity

Publisher

verified publisherj832.com

Calculate common statistical values for a set of numbers: max, min, mean, median, standard deviation, and standard error.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

json_annotation

More

Packages that depend on stats