Add new file

parent d399dcce
# Logbook – Module 2
## Info
- **Name:** Begüm Cerrahoglu
- **Module:** 2 – Notes
**Deadline:** 19th of June
## 02-1 – Using a Notebook
I reproduced the document “À propos de pi” using Jupyter Notebook.
- Added a title
- Wrote mathematical formulas using LaTeX
- Executed the code that prints the value of pi
- Added a link to Buffon’s needle problem on Wikipedia
- Included the Python code for Buffon’s method
- Plotted the final diagram
## 02-2 – Basic Stats on a Data Set
I used NumPy to compute simple statistics on a provided dataset.
- Mean: 14.11
- Min: 2.8
- Max: 23.4
- Median: 14.5
- Std dev: 4.33
## 02-3 – Data Visualization
I used the same dataset to generate two plots:
- A sequence plot showing values over time
- A histogram showing their distribution
The notebook was committed to GitLab and the quiz was marked as correct.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment