• Stars
    star
    1
  • Language
    Python
  • Created almost 6 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A linear fitting program written in python. The program gets data points in a text file orgenized in a certain format, and makes a linear fit by minimizing chi^2. The program outputs the fitting parameters along with their errors, the ideal chi^2 and chi^2 reduced, and finally plots the fit. The bonus function enables numerical search of the minimal chi^2 within pre-defined limits of the parameters and a desired step size.