simpeg.regularization.LinearCorrespondence.relation#

LinearCorrespondence.relation(model)[source]#

Computes the relation vector for the model provided.

For a model consisting of two physical properties such that:

m=[m1m2]

this method computer the relation vector for coefficients {λ1,λ2,λ3} as follows:

f(m)=λ1m1+λ2m2+λ3
Parameters:
model(n_param, ) numpy.ndarray

The model for which the relation vector is evaluated.

Returns:
float

The relation vector for the model provided.