Giter Site home page Giter Site logo

fako1024 / numerics Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 33 KB

Method / Tools for numerical methods / statistics

License: Apache License 2.0

Go 100.00%
numerical-methods numerical-computation statistics beta-distribution binomial-distribution root-finding

numerics's People

Contributors

fako1024 avatar

Watchers

 avatar

numerics's Issues

Tests fail on Darwin (Binomial() abort condition)

After implementing GitHub actions for Darwin + Windows tests consistently fail on Darwin:

=== RUN   TestBinomial
    numerics_test.go:177: Test driven call to Binomial failed (x=0.800, a=20.000, b=5.000), want 87960930.2220803052186965942, have 87960930.2220803201198577881

--> https://github.com/fako1024/numerics/actions/runs/4594398941

Most likely this is due to an architectural difference in floating point precision and a slightly inconsistent abort condition check in the function (which happens to work on Linux / Windows, but doesn't on Darwin):

// If sufficient precision is reached, return
if math.Abs(hfac-1) < betaEpsilon {
	return h
}

DoD

  • Improve abort condition (actually test what's returned, not the value after applying two additional operations)

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.