simpeg.electromagnetics.time_domain.Simulation3DMagneticField.dpred#
- Simulation3DMagneticField.dpred(m=None, f=None)[source]#
Predicted data for the model provided.
- Parameters:
- m(n_param,)
numpy.ndarray
The model parameters.
- f
simpeg.fields.Fields
,optional
If provided, will be used to compute the predicted data without recalculating the fields.
- m(n_param,)
- Returns:
- (
n_data
, )numpy.ndarray
The predicted data vector.
- (