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:
this method computer the relation vector for coefficients
as follows:- Parameters:
- model(
n_param
, )numpy.ndarray
The model for which the relation vector is evaluated.
- model(
- Returns:
float
The relation vector for the model provided.