Skip to content

diku-dk/statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Statistics Library for Futhark CI Documentation

This library provides a number of statistics functions for Futhark.

Part of this library is based on work by Emily Erica Hueg and Marcus Færch Stensler.

Installation

$ futhark pkg add github.com/diku-dk/statistics
$ futhark pkg sync

Usage example

$ futhark repl
[0]> import "lib/github.com/diku-dk/statistics/statistics"
[1]> module s = mk_statistics f64
[2]> s.mean [3.0f64,4.5f64,6.0f64,6.5f64]
5.0f64

About

Statistics Library for Futhark

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors