Understanding Error and Approximation: 1. Intro

Error and approximation can take many forms. It can be mathematical, numerical, algorithmic... pretty much any part of what we consider computer science has some level of error or approximation arising from the software, hardware or simply mistakes in our code.

When we are planning to take advantage of acceptable error as I am then we must have a decent understanding of what we consider error and the forms it can take in our software.

TOPICS

  1. Introduction (This page)
  2. Absolute and Relative Error
  3. Error Propagation
  4. Math Max Error
  5. Radius of Convergence
  6. Continuous Approximations
  7. Regularisation and Relaxation