Skip to content

Python code for creating and using linear-regression based calibration curve

License

Notifications You must be signed in to change notification settings

benjiec/calibrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calibration

This is a simple tool that constructs a calibration curve using known x and y values from standards, and backout the x value for an unknown based on its measured y signal.

Features

  • Given x and y, creates calibration curve and finds linear portion and limits of linearity
  • Given y of an unknown, interpolates to find x
  • Computes interpolation error

About

Python code for creating and using linear-regression based calibration curve

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages