From cfd453e15caa313d1c8f09de39b8c4468e4c67c4 Mon Sep 17 00:00:00 2001 From: Samraat Pawar Date: Tue, 14 Jan 2025 08:47:23 +0000 Subject: [PATCH] Update documentation --- .buildinfo | 2 +- .../2024_11_16_HPC_worksheet.html | 33 +- .../HPC_practical_mark_scheme_2024.html | 33 +- Stats-Intro.html | 22 +- ...257f1e3dd61651f3a9d9a9350f32e0b5ebc84a.png | Bin 0 -> 34597 bytes _images/func_diff1.png | Bin 19480 -> 0 bytes _images/log_base_02.png | Bin 18117 -> 26908 bytes _sources/intro-EnE_Modelling.md | 27 + _sources/intro-Stats.md | 28 + .../01_Making_mathematical_statements.ipynb | 1029 --- .../02_Describing_shapes_and_patterns.ipynb | 969 --- ...Analysing_change,_one_step_at_a_time.ipynb | 1004 --- ...table_arrangements_to_powerful_tools.ipynb | 384 -- ...arrangements_to_powerful_tools_part2.ipynb | 396 -- .../06_Analysing_change_continuously.ipynb | 507 -- ..._Analysing_change_continuously_part2.ipynb | 860 --- .../08_Calculating_accumulated_change.ipynb | 336 - .../tutorials/lecture01/Tutorial_01.ipynb | 203 - .../tutorials/lecture05/Tutorial_05.ipynb | 275 - .../tutorials/lecture06/Tutorial_06.ipynb | 224 - _sources/notebooks/Appendix-Maths.ipynb | 6 +- .../MathsForBiologists.ipynb | 5883 ++++++++++++++++ _sources/notebooks/Ecosystems.ipynb | 178 + _sources/notebooks/Interactions.ipynb | 201 + .../MathsForBiologists.ipynb | 5931 +++++++++++++++++ _sources/notebooks/MetabolicBasis.ipynb | 160 + _sources/notebooks/ModelFitting-NLLS.ipynb | 4021 ----------- _sources/notebooks/Populations.ipynb | 56 + _sources/notebooks/Space.ipynb | 44 + _sources/notebooks/TurbulentMarriage.ipynb | 631 ++ genindex.html | 29 +- intro-EnE_Modelling.html | 575 ++ intro-Stats.html | 570 ++ intro.html | 31 +- .../01_Making_mathematical_statements.html | 796 --- .../02_Describing_shapes_and_patterns.html | 895 --- ..._Analysing_change,_one_step_at_a_time.html | 851 --- ..._table_arrangements_to_powerful_tools.html | 823 --- ..._arrangements_to_powerful_tools_part2.html | 727 -- .../06_Analysing_change_continuously.html | 812 --- ...7_Analysing_change_continuously_part2.html | 808 --- .../08_Calculating_accumulated_change.html | 775 --- .../tutorials/lecture01/Tutorial_01.html | 651 -- .../tutorials/lecture05/Tutorial_05.html | 719 -- .../tutorials/lecture06/Tutorial_06.html | 653 -- notebooks/Appendix-Assessment.html | 29 +- notebooks/Appendix-Data-Python.html | 33 +- notebooks/Appendix-Databases.html | 39 +- .../Appendix-HighPerformanceComputing.html | 33 +- notebooks/Appendix-JupyIntro.html | 37 +- notebooks/Appendix-Maths.html | 55 +- .../MathsForBiologists.html | 3047 +++++++++ notebooks/Appendix-MiniProj.html | 29 +- notebooks/Appendix-NLLS-Python.html | 29 +- notebooks/Bayesian.html | 29 +- notebooks/Data_R.html | 37 +- notebooks/Ecosystems.html | 688 ++ notebooks/ExpDesign.html | 29 +- notebooks/Git.html | 29 +- notebooks/Interactions.html | 678 ++ notebooks/LaTeX.html | 33 +- notebooks/MLE.html | 29 +- .../MathsForBiologists.html | 3002 +++++++++ notebooks/MetabolicBasis.html | 636 ++ notebooks/ModelFitting-NLLS.html | 2461 ------- notebooks/ModelSimp.html | 33 +- notebooks/MulExpl.html | 29 +- notebooks/MulExplInter.html | 29 +- notebooks/NLLS.html | 29 +- notebooks/Populations.html | 542 ++ notebooks/Python.html | 49 +- notebooks/R.html | 35 +- notebooks/ShellScripting.html | 29 +- notebooks/Space.html | 518 ++ notebooks/TurbulentMarriage.html | 1394 ++++ notebooks/Unix.html | 29 +- notebooks/anova.html | 29 +- notebooks/glm.html | 29 +- notebooks/regress.html | 29 +- notebooks/t_F_tests.html | 29 +- objects.inv | Bin 5341 -> 5111 bytes search.html | 29 +- searchindex.js | 2 +- 83 files changed, 25097 insertions(+), 21906 deletions(-) create mode 100644 _images/0e3205167ee6fe026989b4ed40257f1e3dd61651f3a9d9a9350f32e0b5ebc84a.png delete mode 100644 _images/func_diff1.png create mode 100644 _sources/intro-EnE_Modelling.md create mode 100644 _sources/intro-Stats.md delete mode 100644 _sources/mathscourse/lecture01/01_Making_mathematical_statements.ipynb delete mode 100644 _sources/mathscourse/lecture02/02_Describing_shapes_and_patterns.ipynb delete mode 100644 _sources/mathscourse/lecture03/03_Analysing_change,_one_step_at_a_time.ipynb delete mode 100644 _sources/mathscourse/lecture04/04_From_table_arrangements_to_powerful_tools.ipynb delete mode 100644 _sources/mathscourse/lecture05/05_From_table_arrangements_to_powerful_tools_part2.ipynb delete mode 100644 _sources/mathscourse/lecture06/06_Analysing_change_continuously.ipynb delete mode 100644 _sources/mathscourse/lecture07/07_Analysing_change_continuously_part2.ipynb delete mode 100644 _sources/mathscourse/lecture08/08_Calculating_accumulated_change.ipynb delete mode 100644 _sources/mathscourse/tutorials/lecture01/Tutorial_01.ipynb delete mode 100644 _sources/mathscourse/tutorials/lecture05/Tutorial_05.ipynb delete mode 100644 _sources/mathscourse/tutorials/lecture06/Tutorial_06.ipynb create mode 100644 _sources/notebooks/Appendix-MathsForBiologists/MathsForBiologists.ipynb create mode 100644 _sources/notebooks/Ecosystems.ipynb create mode 100644 _sources/notebooks/Interactions.ipynb create mode 100644 _sources/notebooks/MathsForBiologists/MathsForBiologists.ipynb create mode 100644 _sources/notebooks/MetabolicBasis.ipynb delete mode 100644 _sources/notebooks/ModelFitting-NLLS.ipynb create mode 100644 _sources/notebooks/Populations.ipynb create mode 100644 _sources/notebooks/Space.ipynb create mode 100644 _sources/notebooks/TurbulentMarriage.ipynb create mode 100644 intro-EnE_Modelling.html create mode 100644 intro-Stats.html delete mode 100644 mathscourse/lecture01/01_Making_mathematical_statements.html delete mode 100644 mathscourse/lecture02/02_Describing_shapes_and_patterns.html delete mode 100644 mathscourse/lecture03/03_Analysing_change,_one_step_at_a_time.html delete mode 100644 mathscourse/lecture04/04_From_table_arrangements_to_powerful_tools.html delete mode 100644 mathscourse/lecture05/05_From_table_arrangements_to_powerful_tools_part2.html delete mode 100644 mathscourse/lecture06/06_Analysing_change_continuously.html delete mode 100644 mathscourse/lecture07/07_Analysing_change_continuously_part2.html delete mode 100644 mathscourse/lecture08/08_Calculating_accumulated_change.html delete mode 100644 mathscourse/tutorials/lecture01/Tutorial_01.html delete mode 100644 mathscourse/tutorials/lecture05/Tutorial_05.html delete mode 100644 mathscourse/tutorials/lecture06/Tutorial_06.html create mode 100644 notebooks/Appendix-MathsForBiologists/MathsForBiologists.html create mode 100644 notebooks/Ecosystems.html create mode 100644 notebooks/Interactions.html create mode 100644 notebooks/MathsForBiologists/MathsForBiologists.html create mode 100644 notebooks/MetabolicBasis.html delete mode 100644 notebooks/ModelFitting-NLLS.html create mode 100644 notebooks/Populations.html create mode 100644 notebooks/Space.html create mode 100644 notebooks/TurbulentMarriage.html diff --git a/.buildinfo b/.buildinfo index 658ed5f4..37eae655 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 40be6e96d990e312dca40f6c890edbc8 +config: a69159fed7e1fb0a1e4508b289bb66f4 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/HPC/Instructions/2024_11_16_HPC_worksheet.html b/HPC/Instructions/2024_11_16_HPC_worksheet.html index 1a3ad6c3..fd8cfdbd 100644 --- a/HPC/Instructions/2024_11_16_HPC_worksheet.html +++ b/HPC/Instructions/2024_11_16_HPC_worksheet.html @@ -8,7 +8,7 @@ - <no title> — TheMulQuaBio + <no title> — MulQuaBio @@ -32,7 +32,7 @@ - + @@ -153,8 +153,8 @@ - TheMulQuaBio - Home - + MulQuaBio - Home + @@ -188,23 +188,9 @@
  • Biological Computing in Python
  • Biological Computing in R
  • -

    Maths for Biologists

    -

    Basic Data Analyses and Statistics