Giter Club home page Giter Club logo

Comments (4)

devmotion avatar devmotion commented on June 11, 2024

No, it should always be between 0 and 1 for non-NaN inputs. Do you have a failing input? (BTW the Turing examples in the discourse thread could be improved a bit; instead of TruncatedNormal(...., Inf) I'd recommend using truncated(Normal(...); lower=...) and I'd try to avoid Turing.@addlogprob! as much as possible since it circumvents a few Turing internals and hence can lead to problems and unexpected results).

from distributions.jl.

devmotion avatar devmotion commented on June 11, 2024

BTW for Normal, the cdf function just uses normcdf in StatsFuns (https://github.com/JuliaStats/StatsFuns.jl/blob/5e866baa763ff0f5d279185c1923e1cd87ea5699/src/distrs/norm.jl#L45-L53) which is based on erfc in SpecialFunctions, so if there is a problem then likely it's a problem in SpecialFunctions.

from distributions.jl.

lrnv avatar lrnv commented on June 11, 2024

The discourse example fails with cdf being greater than one on a particular sample (or smaller than zero on others), from, indeed, the SpecialFunctions... but it's almost impossible to me to track the call stack to understand what is the failling value inputed by Turing (maybe someone with a bit more debugging skills could).

So for Float64, SpecialFunctions.erfc calls into the standard C library libm. I think we cannot go lower...

I think I saw a ForwardDiff.Dual in the call stack, maybe this points to somewhere else ?

So as a conclusion maybe we should close this, and I will keep the clamping on my side. Since it should always be a no-op, I do not care that much.

from distributions.jl.

lrnv avatar lrnv commented on June 11, 2024

After a bit of massaging of the MWE, let me close this to open another one.

from distributions.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.