scipy_port 0.1.1 copy "scipy_port: ^0.1.1" to clipboard
scipy_port: ^0.1.1 copied to clipboard

A simple (and partial) scipy port for Dart. Includes Beta and Gamma functions, hypergeometric function, Student's t distribution CDF and more.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add scipy_port

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

dependencies:
  scipy_port: ^0.1.1

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

Import it

Now in your Dart code, you can use:

import 'package:scipy_port/scipy_port.dart';
2
likes
40
pub points
16%
popularity

Publisher

unverified uploader

A simple (and partial) scipy port for Dart. Includes Beta and Gamma functions, hypergeometric function, Student's t distribution CDF and more.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on scipy_port