skretrieval.retrieval.prior.ConstantDiagonalPrior#

class skretrieval.retrieval.prior.ConstantDiagonalPrior(value: float = 1.0)[source]#

Bases: BasePrior

A prior that is constant along the diagonal. The initial state is pulled from the StateVectorElement upon initialization.

Parameters:

value (float, optional) – _description_, by default 1.0

__init__(value: float = 1.0)[source]#

A prior that is constant along the diagonal. The initial state is pulled from the StateVectorElement upon initialization.

Parameters:

value (float, optional) – _description_, by default 1.0

Methods

__init__([value])

A prior that is constant along the diagonal.

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,)