(c) 2012 Olivier Saut osaut@airpost.net
Pindare is a gem for evaluating and calibrating simple mathematical models based on Ordinary Differential Equations. Its main purpose is to speed-up the development of new ODE models for tumor growth that could be used with clinical data.
It is also my first ruby gem, so for me it is a way for becoming a better rubyist.
Pindare uses the BSD license. See LICENSE for details.
Add this line to your application's Gemfile:
gem 'pindare'
And then execute:
$ bundle
Or install it yourself as:
$ gem install pindare
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request