SimPEG.regularization.LinearCorrespondence.coefficients#

property LinearCorrespondence.coefficients#

Coefficients for the linear relationship between model parameters.

For a relation vector:

\[\mathbf{f}(\mathbf{m}) = \lambda_1 \mathbf{m_1} + \lambda_2 \mathbf{m_2} + \lambda_3\]

where

\[\begin{split}\mathbf{m} = \begin{bmatrix} \mathbf{m_1} \\ \mathbf{m_2} \end{bmatrix}\end{split}\]

This property defines the coefficients \(\{ \lambda_1 , \lambda_2 , \lambda_3 \}\).

Returns:
(3, ) numpy.ndarray of float

Coefficients for the linear relationship between model parameters.