SimPEG.electromagnetics.natural_source.Simulation1DMagneticField.dpred#

Simulation1DMagneticField.dpred(m=None, f=None)[source]#

Predicted data for the model provided.

Parameters:
m(n_param,) numpy.ndarray

The model parameters.

fSimPEG.fields.Fields, optional

If provided, will be used to compute the predicted data without recalculating the fields.

Returns:
(n_data, ) numpy.ndarray

The predicted data vector.