This is a simple web-based calculator designed to estimate the probability of a student getting into a course at the University of the Philippines Diliman (UPD) based on the total class size, available slots, and total demand.
You only need a web browser to use this calculator. No server or backend setup is required.
- Clone the repository or download the
popup.html+popup.jsfiles. - Open the
popup.htmlfile in your web browser. - Enter the following details:
- Total Class Size: The total number of slots available in the course.
- Available Slots: The number of slots still open for students.
- Total Demand: The total number of students who want to enroll in the course.
- Number of Priority Students: The total number of students who are prioritized in getting the course. (Optional)
- Click the "Calculate Probability" button.
- The probability of securing a slot will be displayed (%) in the results section.
If a course has:
- 100 total slots,
- 20 slots still available, and
- 50 students wanting to enroll,
Entering these values will show you the likelihood of getting into the course.
Latex to follow -- read calculateProbability for more details.
- Use of better calculation logic to estimate the probability.
- Integrate to original UPD CRS Schedule Converter
Feel free to fork this project, submit issues, or make pull requests to suggest improvements.
This project is licensed under the MIT License. See the LICENSE file for more details.
This tool provides a basic probability calculation and should not be solely relied upon for course selection decisions.
