nnpiv.diagnostics.relative_wellposedness_sieve_from_nested_npiv
- nnpiv.diagnostics.relative_wellposedness_sieve_from_nested_npiv(A, D, B, C, *, mask_s=None, mask_t=None, **kwargs)[source]
Run the pre-estimation sieve-path diagnostic for canonical nested NPIV.
- Parameters
A – Canonical nested NPIV blocks.
Dis mapped toC_prime.D – Canonical nested NPIV blocks.
Dis mapped toC_prime.B – Canonical nested NPIV blocks.
Dis mapped toC_prime.C – Canonical nested NPIV blocks.
Dis mapped toC_prime.mask_s (array-like, optional) – Optional subset masks/indices for stage-specific diagnostics.
mask_t (array-like, optional) – Optional subset masks/indices for stage-specific diagnostics.
**kwargs – Forwarded to
relative_wellposedness_sieve_diagnostic().
- Returns
Output dictionary returned by
relative_wellposedness_sieve_diagnostic().- Return type
dict
Notes
Bis accepted for interface consistency and ignored.