Skip to content

zmuranaka/hypergeometric-calculator-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console-Based C++ Hypergeometric Calculator

What is this Project?

This project is a console-based hypergeometric calculator built with C++. It is functionally identical to the Java console-based hypergeometric calculator I wrote, which can be viewed here. The README on that page explains more about what hypergeometric calculators are and how they are useful.

How do I use the Program?

All you need to do is provide the population size, population successes, sample size, and desired successes, and the calculator will tell you what the probabilities are.

Files:

deck.h

    This header file contains the class definition for the deck class.

deck_functions.cpp

    This file contains the function definitions for all of the member functions prototyped in deck.h, except for the getters, which were defined within the header file.

main.cpp

    This file contains the main function that actually runs the program.

Author:

Zachary Muranaka     zmuranaka@gmail.com     https://zmuranaka.dev

About

C++ CLI Hypergeometric Calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages