skretrieval.retrieval.prior.VerticalTikhonov#

class skretrieval.retrieval.prior.VerticalTikhonov(order: int, prior_state: array = None, tikhonov: array = None)[source]#

Bases: VerticalPrior

A prior that is constructed as a Tikhonov constraint.

Parameters:
  • order (int) – Order of the Tikhonov constraint, only 1 and 2 are supported

  • prior_state (np.array, optional) – Prior state. If set to None a zero prior is used, by default None

  • tikhonov (np.array, optional) – Array of factors to multiply the constraint by, by default None

__init__(order: int, prior_state: array = None, tikhonov: array = None)[source]#

A prior that is constructed as a Tikhonov constraint.

Parameters:
  • order (int) – Order of the Tikhonov constraint, only 1 and 2 are supported

  • prior_state (np.array, optional) – Prior state. If set to None a zero prior is used, by default None

  • tikhonov (np.array, optional) – Array of factors to multiply the constraint by, by default None

Methods

__init__(order[, prior_state, tikhonov])

A prior that is constructed as a Tikhonov constraint.

init(sv[, sv_slice])

Attributes

inverse_covariance

The inverse covariance of the prior state $S_a^{-1}$ of size (n, n)

state

The prior state $x_a$ of size (n,)

property inverse_covariance#

The inverse covariance of the prior state $S_a^{-1}$ of size (n, n)

property state#

The prior state $x_a$ of size (n,)