PyHydroGeophysX.analysis package#
Submodules#
PyHydroGeophysX.analysis.sensitivity module#
Sensitivity and resolution analysis utilities.
- PyHydroGeophysX.analysis.sensitivity.compute_cumulative_sensitivity(J)[source]#
Compute cumulative sensitivity as absolute column sums of the Jacobian.
- PyHydroGeophysX.analysis.sensitivity.compute_depth_of_investigation(inv_class, data: Any, mesh: Any, scale_low: float = 0.8, scale_high: float = 1.2) Tuple[ndarray, Dict[str, ndarray]][source]#
Estimate DOI using two inversions with different reference/initial models.
This follows the Oldenburg-Li style idea of quantifying model sensitivity to reference-model choice.
Module contents#
Sensitivity and resolution analysis utilities.
- PyHydroGeophysX.analysis.compute_cumulative_sensitivity(J)[source]#
Compute cumulative sensitivity as absolute column sums of the Jacobian.
- PyHydroGeophysX.analysis.compute_depth_of_investigation(inv_class, data: Any, mesh: Any, scale_low: float = 0.8, scale_high: float = 1.2) Tuple[ndarray, Dict[str, ndarray]][source]#
Estimate DOI using two inversions with different reference/initial models.
This follows the Oldenburg-Li style idea of quantifying model sensitivity to reference-model choice.