Skip to content
/ pindare Public

Ruby gem to help evaluating simple mathematical models based on Ordinary Differential Equations

License

Notifications You must be signed in to change notification settings

osaut/pindare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pindare ruby gem

Build Status Code Climate

(c) 2012 Olivier Saut [email protected]

1. What is Pindare?

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.

2. License

Pindare uses the BSD license. See LICENSE for details.

3. Installing Pindare

Add this line to your application's Gemfile:

gem 'pindare'

And then execute:

$ bundle

Or install it yourself as:

$ gem install pindare

4. Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Ruby gem to help evaluating simple mathematical models based on Ordinary Differential Equations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published