Giter Club home page Giter Club logo

probability-tester's Introduction

Monte Carlo Probability Tester

Author: John Tristan Ritland

Version: v0.3

a way to analyze the odds of a system giving a certain result. Because I don't have time to actualy teach myself statistics.

more specificaly...

Okay, so I didn't realy know what I was doing when I started this, but as it turns out, there's a word for what I'm making: A Bayesian Network solver based off the Monte Carlo Method The node network is a Directed Acyclic Graph

I'm hoping to implement it using a boost graph library adjacency list. Function prototypes should be up soon. I switched to cmake for portability, and more importantly, because it (should) integrate better with the vim plugins I'm using, and can locate boost quickly and efficiently.

History of this idea

I should probably mention that this is a continuation of a college assignment, in which I did a similar thing, except with a highly specific case, which eliminated most of the difficulties innate in this one: A network of nodes with a certain probability of failure. It was implemented by an array to store the nodes (since I didn't understand pointers yet), and each iteration, the system would evaluate the nodes, to see if a input "1" made it through the network to the exit node, or if it failed along the way. This variant did support cycles, as with this specific problem, they would always converge to zero probability.

License

GNU GPLv3 Image

This program is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

probability-tester's People

Contributors

volkswagenfeature avatar

Watchers

 avatar  avatar

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.