Commit Graph

19 Commits

Author SHA1 Message Date
cd0a3a84fa feat: add repository link to exercise scripts 2025-02-28 11:56:42 +01:00
c55994d750 feat: add statistical analysis and visualization for component lifetimes 2025-02-28 11:47:40 +01:00
b1eb4c9475 feat: add statistical analysis and visualization for component lifetimes 2025-02-28 11:46:04 +01:00
09f3f23612 feat: add analysis and visualization for agricultural exploitation data 2025-02-28 11:19:56 +01:00
17442ffd67 feat: add analysis and visualization for health professionals data 2025-02-28 11:01:38 +01:00
63c9caf177 feat: add statistical analysis and visualization for leaf budding data 2025-02-28 10:54:43 +01:00
ee581bdaa6 feat: add statistical analysis and visualization for conductor heights 2025-02-28 10:38:48 +01:00
29fb1d8cb0 feat: add exercise solutions for DS and TD1
- Added solutions for DS Félix MARQUET including binomial distribution calculations and function integrations.
- Added solutions for TD1 Exo1 including calculations for possible podiums and reward distributions.
2024-12-20 10:34:25 +01:00
Félix MARQUET
e46c317737 Merge pull request #1 from HirsuitCadet/main
hu
2024-12-20 08:33:48 +01:00
HirsuitCadet
946b9f6501 Merge branch 'main' of https://github.com/HirsuitCadet/TD-R 2024-12-20 08:32:12 +01:00
0eb717651e feat: add exercise sheets for Bernoulli, integrals, binomial distribution, and cardinality
- Added exercise sheets for Bernoulli experiments including probability of success, failure, and simulation of multiple experiments.
- Added exercise sheets for calculating integrals using different methods such as rectangles, Simpson's rule, and the integrate function.
- Added exercise sheets for binomial distribution including probability calculations and cumulative probability.
- Added exercise sheets for calculating the cardinality of sets including unique elements and empty sets.
2024-12-20 08:26:12 +01:00
HirsuitCadet
0be4dc4f6b Ajout de la loi uniforme 2024-12-20 08:00:13 +01:00
d5e8889148 feat: add examples for Bernoulli, integrals, binomial distribution, and cardinality
- Added examples for Bernoulli experiments including probability of success, failure, and simulation of multiple experiments.
- Added examples for calculating integrals using different methods such as rectangles, Simpson's rule, and the integrate function.
- Added examples for binomial distribution including probability calculations and cumulative probability.
- Added examples for calculating the cardinality of sets including unique elements and empty sets.
2024-12-19 18:04:02 +01:00
a19eaf6684 fix: correct probability calculations for bus waiting times
- Corrected the calculation of P(10 <= X <= 15) to use the correct interval length.
- Corrected the calculation of P(25 <= X <= 30) to use the correct interval length.
- Corrected the calculation of P(0 < X < 5) to use the correct interval length.
- Corrected the calculation of P(15 < X < 20) to use the correct interval length.
2024-12-18 11:47:28 +01:00
8859f4f996 feat: add probability calculations for bus waiting times
- Added code to calculate the probability that a user waits less than five minutes for the next bus.
- Added code to calculate the probability that a user waits more than ten minutes for the next bus.
2024-12-18 11:46:07 +01:00
19b146da0a fix(plot type): correct the plot type in the rectangle method
- Changed the plot type from "list" to "l" for the rectangle method graph.
2024-12-18 11:05:46 +01:00
4ebfe8d1b8 fix(correct the function definition for calculating expectation): correct the function definition for calculating expectation
- Corrected the function definition `fonction_esperance` to use `f(x)`
instead of `(1 - x)^4`.
- Added code to calculate the integral using the
rectangle method.
- Added code to plot the graph of the rectangle method
for the integral.
2024-12-18 11:01:37 +01:00
abb04e6d22 feat(Add bonus to Exercice 51): Ajoute du calcul de l'espérence a l'exercice 51
Ajout du calcul de l'espérence à l'exercice 51
2024-12-18 10:24:54 +01:00
8bc7b2bf58 Initial commit 2024-12-18 10:13:48 +01:00