Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 924 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 924 Bytes

CVFIT

CVFIT is a program for weighted least-squares fitting of various equations to experimental data, for calculating errors of fitting estimates and for plotting the results. Currently only the Hill equation fit is possible and the error calculation is being implemented.

#Features It is possible to fit several data sets simultaneously with the same equation. Alt text

For dose-response curves: the data once fitted can be normalised to the fitted maxima. Alt text

A plot of averaged data points for each concentration with error bars indicating the standard deviation of the mean. Alt text

#Requirements numpy, scipy, matplotlib - Python libraries widely used in scientific calculations.

Markdown - A Python implmentation of Markdown.

pip install markdown