pzivich / Delicatessen

Delicatessen: the Python one-stop sandwich (variance) shop 🥪
https://deli.readthedocs.io/en/latest/index.html
MIT License
22 stars 2 forks source link

[WEB] Explain how to handle np.nan #7

Closed pzivich closed 2 years ago

pzivich commented 2 years ago

Is your feature request related to a problem? Please describe.

It isn't always clear how to put an estimating equation with np.nan into a working estimating equation. This will 'fail' silently, with the root-finder not doing anything (and the variance giving back nan's).

Describe the solution you'd like

Update the website vignettes to discuss how to handle this. It comes up in fusion examples (unless you do other data processing).

Will also want to create a warning system to detect this behavior.

Describe alternatives you've considered

NA

Additional context

NA