Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 261 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 261 Bytes

gsl-fit

A command line tool, written in the D programming language, that uses GNU Scientific Library to fit function parameters to data.

Build

$ dub build

Usage Example

$ gsl-fit data.dat 'a+b*x' a=1 b=1