Skip to content
/ CVFIT Public

A curve fitting program for experimental pharmacology data.

License

Notifications You must be signed in to change notification settings

DCPROGS/CVFIT

Repository files navigation

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