simpeg.regularization.LinearCorrespondence.coefficients#

property LinearCorrespondence.coefficients#

Coefficients for the linear relationship between model parameters.

For a relation vector:

f(m)=λ1m1+λ2m2+λ3

where

m=[m1m2]

This property defines the coefficients {λ1,λ2,λ3}.

Returns:
(3, ) numpy.ndarray of float

Coefficients for the linear relationship between model parameters.