Lemma
math, backwards

The Inverse Problem

The forward model is easy: given inputs, compute the output. The inverse is the question that actually matters: given the output, recover the input. Most of finance and most of model calibration is the inverse direction of an equation that's trivial forward.

the skeleton
  1. 1
    forward model
    Write the function that maps inputs to outputs the straightforward way.
  2. 2
    known + unknown
    Mark which side of the equation is observed and which is the question.
  3. 3
    invert
    Apply log, root, or numerical solve depending on what the unknown is.
instances · 3
leans on
walk the instances
Working Backward →

Three pages, one question — given the output, find the input.