Skip to content

Latest commit

 

History

History
93 lines (46 loc) · 1.95 KB

README.md

File metadata and controls

93 lines (46 loc) · 1.95 KB

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