nnpiv.diagnostics.relative_wellposedness_effective_from_nested_npiv

nnpiv.diagnostics.relative_wellposedness_effective_from_nested_npiv(A, D, B, C, e_g, *, mask_s=None, mask_t=None, **kwargs)[source]

Run post-estimation kappa_eff for canonical nested NPIV blocks.

Parameters: A, D, B, C

Canonical nested NPIV blocks. D is mapped to C_prime.

e_garray-like of shape (n,) or (n, 1)

First-stage error direction used by relative_wellposedness_effective_diagnostic().

mask_s, mask_tarray-like, optional

Optional subset masks/indices for stage-specific diagnostics.

**kwargs

Forwarded to relative_wellposedness_effective_diagnostic().

Returns

Output dictionary returned by relative_wellposedness_effective_diagnostic().

Return type

dict

Notes

B is accepted for interface consistency and ignored.