Hacker News new | ask | show | jobs
by TeMPOraL 1118 days ago
> so I'm really lost about what you're saying here.

Numeric representation may be the same[0], but the rules of how to do math on them, and what that math means, are different.

--

[0] - AFAIK dealing with Bayesian math, it's usually more useful to take a logarithm of all probabilities, so you can add them instead of multiplying. This translation expands the range from <0, 1> to <-infinity, +infinity>, and incidentally makes it clear why some people say that "zero and one are not probabilities".

1 comments

`log(x)` does not give `+inf` on the range `(0,1)`, I think you're thinking of "log odds" aka a "logit" which is `log(x/(1-x))`