simpeg.data_misfit.BaseDataMisfit.W#

property BaseDataMisfit.W#

The data weighting matrix.

For a discrete least-squares data misfit function of the form:

ϕd(m)=Wf(m)22

W is a linear weighting matrix, m is the model vector, and f is a discrete mapping function that acts on the model vector.

Returns:
scipy.sparse.csr_matrix

The data weighting matrix.