t_stats 3.0.0 copy "t_stats: ^3.0.0" to clipboard
t_stats: ^3.0.0 copied to clipboard

A micro-library for statistics, especially for comparing samples.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate t_stats

Use it

The package has the following executables:

$ t_stats

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add t_stats

With Flutter:

 $ flutter pub add t_stats

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  t_stats: ^3.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:t_stats/t_stats.dart';
3
likes
130
pub points
53%
popularity

Publisher

verified publisherfiliph.net

A micro-library for statistics, especially for comparing samples.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

quiver

More

Packages that depend on t_stats