Skip to content

Matlab is expensive, Octave sucks, Julia was the name of your ex-girlfriend, you're too lazy to learn R, and you're a fan of the Unix philosophy of programs that do one thing well.

License

datafun/datafun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datafun

Small programs that perform a function on your data.

Why?

Matlab is expensive, Octave sucks, Julia was the name of your ex-girlfriend, you're too lazy to learn R, and you're a fan of the Unix philosophy of programs that do one thing well.

Usage

install

You need Go installed. I'll eventually provide cross-platform binaries.

git clone https://github.com/datafun/datafun.git && cd datafun && make && make install

Command Docs

aggregate

mean, product, quotient, sum

interpolate

interplin

map

abs, inv, scale, shift

See docs/index.md

Contributions

JP Richardson

(your name here)

Tests

Since the tests are bash scripts, they've only ran on POSIX compatible systems such as Mac OS X and Linux. The presumption though is that the programs should work on Windows.

To run the tests:

make test

License (New BSD)

Copyright (c) 2013 JP Richardson

About

Matlab is expensive, Octave sucks, Julia was the name of your ex-girlfriend, you're too lazy to learn R, and you're a fan of the Unix philosophy of programs that do one thing well.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published