[go: up one dir, main page]

Showing 25 open source projects for "probability"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Regpack: All-in-One Online Registration and Payment Software Icon
    Regpack: All-in-One Online Registration and Payment Software

    For camps, courses, virtual classes, client billing, events, conferences, meetings, afterschool programs, educational travel, retreats

    Regpack is a powerful onboarding, registration, and payments platform trusted by thousands of organizations worldwide. Our mission is simple: to give you the tools to automate busywork, streamline your processes, and keep your focus where it belongs, on growing your programs and serving your clients.
    Learn More
  • 1
    Statistics101 - Resampling Statistics

    Statistics101 - Resampling Statistics

    Use simulation to perform statistical analyses.

    Statistics101 is an Integrated Development Environment (IDE) that uses a simple, powerful language called “Resampling Stats” to develop Monte Carlo programs to analyze and solve statistical problems. The original Resampling Stats language and computer program were developed by Dr. Julian Simon and Peter Bruce as a new way to teach Statistics to social science students. Of course, social science students aren't the only ones who can benefit. Anyone who wants to learn statistics will find that...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2

    BEDS - Bed Evaluation & Design System

    A system for designing and evaluating patient flow in hospitals.

    ...Patients have a single preference for hospitalization in a specific ward. If the preferred ward is fully occupied on arrival, the patient is relocated to an alternative ward with a known probability. Several scientific studies have shown that this simple setup is an adequate approximation for describing the occupancy in inpatient wards.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Statistics for Data Scientists

    Statistics for Data Scientists

    "Statistics for Data Scientists: 50 Essential Concepts"

    The “statistics-for-data-scientists” repository is a pedagogical resource designed to bridge rigorous statistics theory and practical data science workflows. The code and materials are intended to help data scientists and analysts grasp statistical principles (e.g. inference, regressions, hypothesis testing, probability, confidence intervals) in contexts relevant to real data analysis tasks. The repository includes Jupyter notebooks, R scripts, worked examples, and possibly problem sets that illustrate how statistical methods are applied to real datasets. It aims to demystify the bridge between textbook statistics and empirical modeling by walking through assumption checking, visualization, interpreting outputs, and pitfalls of misuse. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    stat-cookbook

    stat-cookbook

    The probability and statistics cookbook

    A compact “Probability and Statistics Cookbook” offering concise mathematical recipes for key statistical concepts—expectation, variance, distributions and inequalities—packaged as LaTeX and R-based executable documents.
    Downloads: 1 This Week
    Last Update:
    See Project
  • The Industry Leading Platform for eCommerce Enablement and Analytics Icon
    The Industry Leading Platform for eCommerce Enablement and Analytics

    With MikMak Insights, brands gain real-time eCommerce analytics on the channels, campaigns, creative, and audiences that drive conversions.

    MikMak’s Where to Buy Shoppable Solutions help multichannel brands drive sales, grow market share, and increase profitability while reducing costs across categories such as CPG, Grocery, Alcohol, Beauty, Personal Care, Pet Care, Home Care, Consumer Electronics, Home Appliances, Toys, and more.
    Learn More
  • 5
    Stats With Julia Book

    Stats With Julia Book

    Collection of runnable Julia code examples for a statistics book

    StatsWithJuliaBook is the companion code repository for the book Statistics with Julia: Fundamentals for Data Science, Machine Learning and Artificial Intelligence. It contains over 200 code blocks that correspond to the book’s ten chapters and three appendices, covering topics from probability theory and data summarization to regression analysis, hypothesis testing, and machine learning basics. The repository is designed for Julia users and provides ready-to-run examples that reinforce theoretical concepts with practical implementation. Readers can explore how Julia supports statistical modeling, simulation, and computational methods in data science workflows. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Think Bayes

    Think Bayes

    Code repository for Think Bayes

    ...Instead of heavy focus on continuous mathematics or calculus, the book emphasizes learning Bayesian inference by writing Python programs. The project includes code examples, scripts, and environments that correspond to the chapters of the book. Learners can run the code, experiment with probability distributions, compute posterior probabilities, and understand Bayesian updating via simulation and algorithmic methods. The book and code encourage thinking in terms of discrete approximations (sums over distributions) rather than continuous integrals, making it more accessible to many programmers. Over time, the repository has been updated (including a second edition version) to reflect improved practices, corrections, and modern Python tooling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    DeepLearning

    DeepLearning

    Deep Learning (Flower Book) mathematical derivation

    ...The full name is also called the Deep Learning AI Bible (Deep Learning) . It is edited by three world-renowned experts, Ian Goodfellow, Yoshua Bengio, and Aaron Courville. Includes linear algebra, probability theory, information theory, numerical optimization, and related content in machine learning. At the same time, it also introduces deep learning techniques used by practitioners in the industry, including deep feedforward networks, regularization, optimization algorithms, convolutional networks, sequence modeling and practical methods, and investigates topics such as natural language processing, Applications in speech recognition, computer vision, online recommender systems, bioinformatics, and video games. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    jieba

    jieba

    Stuttering Chinese word segmentation

    "Jaba" Chinese word segmentation, do the best Python Chinese word segmentation component. Four word segmentation modes are supported. Precise mode, which tries to cut the sentence most precisely, suitable for text analysis. Full mode, scans all the words that can be formed into words in the sentence, the speed is very fast, but the ambiguity cannot be resolved. The search engine mode, on the basis of the precise mode, divides the long words again to improve the recall rate, which is suitable...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    PRMLT

    PRMLT

    Matlab code of machine learning algorithms in book PRML

    ...Many tricks for speeding up Matlab code are applied (e.g. vectorization, matrix factorization, etc.). Usually, functions in this package are orders faster than Matlab builtin ones (e.g. kmeans). Many tricks for numerical stability are applied, such as computing probability in logrithm domain, square root matrix update to enforce matrix symmetry.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Multi-Entity Cloud Accounting Software for Growing Businesses Icon
    Multi-Entity Cloud Accounting Software for Growing Businesses

    Built for small to midsize businesses that have outgrown entry-level accounting or legacy ERP solutions.

    Built natively on the Microsoft Power Platform (Dynamics 365), Gravity delivers robust multi-entity financial management with seamless integration to Microsoft 365, Power BI, Teams + Copilot — no third-party add-ons required.
    Learn More
  • 10
    SCRAM

    SCRAM

    Probabilistic Risk Assessment Tool

    SCRAM is a free and open source probabilistic risk analysis tool. The tool is under development to include fault tree, event tree, common cause, and other standard analyses.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11

    MandelbrotExplorer

    A program to calculate and represent the Mandelbrot set

    This project is a C++ program to calculate and represent graphically the Mandelbrot fractal set, and/or the corresponding Julia sets, according to the seed Z0 given by the user as input. The user disposes of a graphical interface to control the program and modify conveniently some parameters, like the XY-scales, the XY map area, the Julia seed for the complex series iteration of Z(n+1)=Z(n)^2+a, being Z(0)=(X0,Y0) the seed, and "a in XY" the points to be calculated. The user can...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    Cambridge Rocketry Simulator

    Simulate high power rocket flights with splash down plots

    ...Parachute descent is also simulated. 3D flight trajectories are produced as well as detailed tabular flight data. Running in Monte Carlo mode allows generates multiple possible flight paths and splash down plots, indicating the probability of landing in an area. Peer-reviewed publication in the Journal of Open Research Software (JORS) http://doi.org/10.5334/jors.137 "Cambridge Rocketry Simulator – A Stochastic Six-Degrees-of-Freedom Rocket Flight Simulator"
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    bootpm

    estimates transition probabilities and their standard deviation

    ...It creates N samples sampling -with replacement- M observations and then computes the relative N TPM's. Then, it simply computes the standard deviation of each transition probability using the distribution across all the N TPM's. It also compares the boostrapped results to results estimated thoeretically, to detect "strange" results. It allows the user to choose a subsample of the data as well as an alternative specification of the states. Editing the script, the user can activate different sections (to plot or save A and S, to change this function into an interactive script, to test the script, to compute other statistics, to customize it...)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The Bible Code

    The Bible Code

    Searching skip code ciphers in Torah and other texts.

    Searching skip code ciphers in Torah and other texts.
    Leader badge">
    Downloads: 10 This Week
    Last Update:
    See Project
  • 15
    Myrtle

    Myrtle

    A simple programmable spreadsheet for learning statistics.

    ...It provides the standard spreadsheet functionality one would expect like multiple tabbed sheets, relative and absolute row and column referencing in formulas, and a large catalog of built-in functions. Functions specific to logic and computer science, mathematics, probability, and statistics are available. Student's can easily create, customize, and update plots and graphical summaries of their analyses. Myrtle offers a unique bookmarking facility which allows students to create and reuse named references to their favorite cell ranges. This can help students focus attention on the important relationships among particular rows or columns of data. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Binomial Distribution Calculator

    Binomial Distribution Calculator

    A simple to use Binomial Distribution Calculator.

    A simple to use binomial distribution calculator: Just enter the sufficient data like number of trials, probability and number of successes. You can display the calculated data in a table or even graphically. Simultaneously, this application computes the expected value and the standard deviation. To use this app you need to have .NET Framework 4 installed. Contact me: lambdapew-dev@yahoo.de
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Plots Binomial and Poisson distributions based on different values of p and n to visually express, how much those distributions are "close"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Monopoly Probability Calculator calculates the probability of each field in the game Monopoly and displays it in different colors. It gives you a tactical advantage against your opponents. There will be a benchmark mode in the future.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The purpose of this program is to plot the waveforms of the hydrogen wave function. The program has 4 option's. First, plotting the radial function, second, plotting the radial probability, third, 2d wave function,last, 3d wave function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Probability distributions for Windows Mobile 2003 - (Pocket PC - SmartPhone - x86 .NET 1.1)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The Statistics Online Computational Resource (SOCR) provides online aids for probability and statistics education, technology based instruction and statistical computing, including applets, computational and graphing tools and educational materials.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    GradeSignifier provides statistical significance testing for item response data. In a few clicks you can: convert raw test data into scores, determine if the scores of two groups differ significantly, make cumulative probability charts, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A web-based prediction market (Idea Futures) system. In prediction markets, the commodities traded are claims about future events; the market price gives a consensus probability about the event's likelihood of coming true.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This is a prolog-like programming language based on the fuzzy logic. It includes the class-libraries for fuzzy logic, probability theory and method of resolution, all made in C++. Java releases possible in the future.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Java/XML toolkit for research using Bayesian networks and other graphical models of probability (exact and approximate inference, structure learning, etc.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next