Statement of the problem The following applies mainly to passive sensors, but has some applicability to active sensors. Typically, there is a vector of values of the quantity to be retrieved, \vec x, called the
state vector and a vector of measurements, \vec y. The state vector could be temperatures, ozone number densities, humidities etc. The measurement vector is typically counts, radiances or brightness temperatures from a radiometer or similar detector but could include any other quantity germane to the problem. The
forward model maps the state vector to the measurement vector: : \vec y = \vec f (\vec x) Usually the mapping, \vec f, is known from physical first principles, but this may not always be the case. Instead, it may only be known
empirically, by matching actual measurements with actual states. Satellite and many other
remote sensing instruments do not measure the relevant physical properties, that is the state, but rather the amount of radiation emitted in a particular direction, at a particular frequency. It is usually easy to go from the state space to the measurement space—for instance with
Beer's law or
radiative transfer—but not the other way around, therefore we need some method of
inverting \vec f or of finding the
inverse model, \vec f^{-1}.
Methods of solution If the problem is
linear we can use some type of matrix inverse method—often the problem is
ill-posed or
unstable so we will need to
regularize it: good, simple methods include the
normal equation or
singular value decomposition. If the problem is weakly nonlinear, an iterative method such
Newton–Raphson may be appropriate. Sometimes the physics is too complicated to model accurately or the forward model too slow to be used effectively in the inverse method. In this case,
statistical or
machine learning methods such as
linear regression,
neural networks,
statistical classification,
kernel estimation, etc. can be used to form an inverse model based on a collection of ordered pairs of samples mapping the state space to the measurement space, that is, \lbrace \vec x: \vec y \rbrace. These can be generated either from models—e.g. state vectors from dynamical models and measurement vectors from radiative transfer or similar forward models—or from direct, empirical measurement. Other times when a statistical method might be more appropriate include highly
nonlinear problems. ==List of methods==