Pregunta

As in the title, I would expect it to be a nan as well. Is this number special?

¿Fue útil?

Solución

This is clearly a bug in numpy.ramdom.binomial.

Is this number special?

I would guess this is the result of some calculation involving the raw representation of nan (which is represented as a specific "reserved" float value). (More on that)

The implementor probably forgot to check input for nan and included the raw representation of nan in the (C-level) calculation.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top