_toc.yml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. - file: intro
  2. - file: 01/what-is-data-science
  3. numbered: 2
  4. sections:
  5. - file: 01/1/ch1_intro
  6. sections:
  7. - file: 01/1/1/computational-tools
  8. - file: 01/1/2/statistical-techniques
  9. - file: 01/2/why-data-science
  10. - file: 01/3/Plotting_the_Classics
  11. sections:
  12. - file: 01/3/1/Literary_Characters
  13. - file: 01/3/2/Another_Kind_Of_Character
  14. - file: 02/causality-and-experiments
  15. numbered: 2
  16. sections:
  17. - file: 02/1/observation-and-visualization-john-snow-and-the-broad-street-pump
  18. - file: 02/4/randomization
  19. - file: 02/3/establishing-causality
  20. - file: 02/2/snow-s-grand-experiment
  21. - file: 02/5/endnote
  22. - file: 03/programming-in-python
  23. numbered: 2
  24. sections:
  25. - file: 03/1/Expressions
  26. - file: 03/2/Names
  27. sections:
  28. - file: 03/2/1/Growth
  29. - file: 03/3/Calls
  30. - file: 03/4/Introduction_to_Tables
  31. - file: 04/Data_Types
  32. numbered: 2
  33. sections:
  34. - file: 04/1/Numbers
  35. - file: 04/2/Strings
  36. sections:
  37. - file: 04/2/1/String_Methods
  38. - file: 04/3/Comparison
  39. - file: 05/Sequences
  40. numbered: 2
  41. sections:
  42. - file: 05/1/Arrays
  43. - file: 05/2/Ranges
  44. - file: 05/3/More_on_Arrays
  45. - file: 06/Tables
  46. numbered: 2
  47. sections:
  48. - file: 06/1/Sorting_Rows
  49. - file: 06/2/Selecting_Rows
  50. - file: 06/3/Example_Trends_in_the_Population_of_the_United_States
  51. - file: 06/4/Example_Gender_Ratio_in_the_US_Population
  52. - file: 07/Visualization
  53. numbered: 2
  54. sections:
  55. - file: 07/1/Visualizing_Categorical_Distributions
  56. - file: 07/2/Visualizing_Numerical_Distributions
  57. - file: 07/3/Overlaid_Graphs
  58. - file: 08/Functions_and_Tables
  59. numbered: 2
  60. sections:
  61. - file: 08/1/Applying_a_Function_to_a_Column
  62. - file: 08/2/Classifying_by_One_Variable
  63. - file: 08/3/Cross-Classifying_by_More_than_One_Variable
  64. - file: 08/4/Joining_Tables_by_Columns
  65. - file: 08/5/Bike_Sharing_in_the_Bay_Area
  66. - file: 09/Randomness
  67. numbered: 2
  68. sections:
  69. - file: 09/1/Conditional_Statements
  70. - file: 09/2/Iteration
  71. - file: 09/3/Simulation
  72. - file: 09/4/Monty_Hall_Problem
  73. - file: 09/5/Finding_Probabilities
  74. - file: 10/Sampling_and_Empirical_Distributions
  75. numbered: 2
  76. sections:
  77. - file: 10/1/Empirical_Distributions
  78. - file: 10/2/Sampling_from_a_Population
  79. - file: 10/3/Empirical_Distribution_of_a_Statistic
  80. - file: 11/Testing_Hypotheses
  81. numbered: 2
  82. sections:
  83. - file: 11/1/Assessing_Models
  84. - file: 11/2/Multiple_Categories
  85. - file: 11/3/Decisions_and_Uncertainty
  86. - file: 11/4/Error_Probabilities
  87. - file: 12/Comparing_Two_Samples
  88. numbered: 2
  89. sections:
  90. - file: 12/1/AB_Testing
  91. - file: 12/2/Deflategate
  92. - file: 12/3/Causality
  93. - file: 13/Estimation
  94. numbered: 2
  95. sections:
  96. - file: 13/1/Percentiles
  97. - file: 13/2/Bootstrap
  98. - file: 13/3/Confidence_Intervals
  99. - file: 13/4/Using_Confidence_Intervals
  100. - file: 14/Why_the_Mean_Matters
  101. numbered: 2
  102. sections:
  103. - file: 14/1/Properties_of_the_Mean
  104. - file: 14/2/Variability
  105. - file: 14/3/SD_and_the_Normal_Curve
  106. - file: 14/4/Central_Limit_Theorem
  107. - file: 14/5/Variability_of_the_Sample_Mean
  108. - file: 14/6/Choosing_a_Sample_Size
  109. - file: 15/Prediction
  110. numbered: 2
  111. sections:
  112. - file: 15/1/Correlation
  113. - file: 15/2/Regression_Line
  114. - file: 15/3/Method_of_Least_Squares
  115. - file: 15/4/Least_Squares_Regression
  116. - file: 15/5/Visual_Diagnostics
  117. - file: 15/6/Numerical_Diagnostics
  118. - file: 16/Inference_for_Regression
  119. numbered: 2
  120. sections:
  121. - file: 16/1/Regression_Model
  122. - file: 16/2/Inference_for_the_True_Slope
  123. - file: 16/3/Prediction_Intervals
  124. - file: 17/Classification
  125. numbered: 2
  126. sections:
  127. - file: 17/1/Nearest_Neighbors
  128. - file: 17/2/Training_and_Testing
  129. - file: 17/3/Rows_of_Tables
  130. - file: 17/4/Implementing_the_Classifier
  131. - file: 17/5/Accuracy_of_the_Classifier
  132. - file: 17/6/Multiple_Regression
  133. - file: 18/Updating_Predictions
  134. numbered: 2
  135. sections:
  136. - file: 18/1/More_Likely_than_Not_Binary_Classifier
  137. - file: 18/2/Making_Decisions