Commit Graph

46 Commits

Author SHA1 Message Date
da90ba8994 feat: add Student's t-test and update p-value comparison in R script 2025-03-17 09:50:29 +01:00
05a40f7243 feat: update .gitignore to exclude additional R and project files 2025-03-17 09:40:14 +01:00
9b679aad57 feat: add Kolmogorov-Smirnov test and update histogram class sequence in R script 2025-03-17 09:38:11 +01:00
e67d5ddb19 feat: add chi-squared test and histogram visualization for container contents in R script 2025-03-14 11:18:57 +01:00
6d32101888 feat: add hypothesis testing and visualization for thickness data in R script 2025-03-14 11:15:14 +01:00
aa2a2022d1 feat: add hypothesis testing and visualization for thickness data in R script 2025-03-14 11:04:43 +01:00
390af617d4 feat: add hypothesis testing and visualization for thickness data in R script 2025-03-14 11:03:29 +01:00
c0054114ad feat: add sortie data and perform Kolmogorov-Smirnov test in R script 2025-03-14 10:32:00 +01:00
2236488198 fix: remove calculation of expected counts to streamline chi-squared test 2025-03-14 10:20:45 +01:00
d017bbad41 fix: remove unnecessary probability argument from histogram functions and improve density scaling 2025-03-14 09:43:57 +01:00
c884300083 feat: add simulation loop for exponential distribution means and histogram visualization 2025-03-12 10:59:07 +01:00
5f29eede1b fix: correct indentation and formatting in simulation loop for clarity 2025-03-12 10:57:13 +01:00
d2a5a4faa8 fix: correct histogram title formatting and clean up code structure 2025-03-12 10:48:18 +01:00
9bd9922fdc feat: standardize iris dataset and add visualizations for species comparison 2025-03-12 10:09:57 +01:00
58a3eb2439 fix: update summary display for standardized data to use print function 2025-03-12 09:28:11 +01:00
c2abd92f57 feat: add simulations and visualizations for normalized means and Cauchy distributions 2025-03-12 09:11:37 +01:00
4a2c4357ba feat: add exploratory data analysis and visualizations for the iris dataset 2025-03-12 08:49:22 +01:00
6d46cd4892 feat: add histogram and confidence interval visualizations for weights and perform chi-squared test 2025-03-11 16:53:43 +01:00
ee54e309ef fix: correct weighted mean calculation and add confidence interval calculations for die probabilities 2025-03-11 14:40:33 +01:00
48be1bc990 feat: add normality hypothesis explanation and confidence interval calculations in statistical analysis 2025-03-07 11:51:55 +01:00
93b776f9e9 feat: add calculations and visualizations for student exam score expectations and probabilities 2025-03-07 11:39:03 +01:00
a37e390449 feat: add probability calculations and visualizations for flour weight distribution 2025-03-07 11:17:55 +01:00
9002b5e171 feat: rename mean to weighted_mean and update calculations in statistical analysis 2025-03-07 10:47:13 +01:00
0742ad39e6 feat: add confidence interval calculations for mean and variance in statistical analysis 2025-03-07 10:44:08 +01:00
aa3c8516dc feat: add statistical analysis and visualization for cinema attendance by age group 2025-03-07 09:44:32 +01:00
87ac4c6143 feat: add statistical analysis and visualization for weight data in R 2025-03-07 09:37:33 +01:00
9824061e47 feat: add exercises and calculations for statistical analysis in R 2025-03-06 09:05:55 +01:00
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