You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each assignment folder contains standalone Python scripts that can be executed directly:
cd ic252_assignment[X]
python3 [script_name].py
For assignments with data dependencies:
# Ensure CSV files are in the same directory
python a.py
Results and Insights
The assignments demonstrate practical applications of probability theory, including:
- Validation of theoretical results through simulation
- Real-world data analysis and modeling
- Comparison of different statistical approaches
- Visualization of complex probability concepts
Academic Integrity
These solutions represent my personal work for educational purposes. Please use them responsibly and in accordance with your institution's academic integrity policies.
Contact
For questions or discussions about the implementations, feel free to reach out.
Probability is not about the odds. It's about belief in the existence of an alternative outcome, event, or reality. - Debasish Mridha
About
My solutions to all the assigments of the IC-252 [Probability & Statistics] course @ IIT-Mandi [Jan-July 2025]. Assignment Question Paper PDFs are also provided.