Skip to content

Repository used by Suraj Sanka, Mrinal Patil, Vinod Kumar for SDES project2

License

Notifications You must be signed in to change notification settings

sankasuraj/sdesproject2

Repository files navigation

Kriging

Build Status CircleCI Coverage Status Documentation Status Requirements Status

Kriging is a tool which produces ‘N’ dimensional approximation for the training data. Given a file containing data with both independent and dependent variables, we intend to model the relation between these variables. By using this model, we can find the output for the new input data. The independent variables can be of any of dimension while the dependent variables is restricted to only one dimension.

Dependencies

The core dependencies are:

  • numpy
  • matplotlib
  • scipy
  • inspyred
  • Tkinter

Installation

$ git clone https://github.com/sankasuraj/sdesproject2.git
$ cd sdesproject2
$ pip install -r requirements.txt
$ python setup.py install

Credits

Kriging has been developed as a part of AE 663 (Software Development Techniques in Engineering and Science) project at IIT Bombay

Lead Developers:

  • Sanka Suraj
  • Vinodkumar Metla
  • Mrinalgouda Patil

See also the list of contributors who participated in this project.

Documentation

The latest documentation for kriging is available at http://kriging.readthedocs.io/

Acknowledgments

We like to thank our Professors for giving opportunity to take part in this project.

  • Prabhu Ramachandran
  • Madhu Belur
  • Kumar Appaiah

About

Repository used by Suraj Sanka, Mrinal Patil, Vinod Kumar for SDES project2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published