-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.yaml
213 lines (211 loc) · 7.95 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
---
stages:
- docusaurus
build_dir: /build
output_type: last
output_dir: /output
docusaurus:
plugin: docusaurus
options:
course_name: CCAS
math: true
sidebar: js
structure:
- Introduction: chapters/landing-page/README.md
- Numbers to Indices:
- Overview:
path: chapters/numbers-to-indices/overview
subsections:
- Reading: reading/read.md
- Numbers, Arithmetic and Basic Algebra:
path: chapters/numbers-to-indices/numbers-arithmetic-basic-algebra
extra:
- media/
subsections:
- Reading: reading/read.md
- Data Vectors:
path: chapters/numbers-to-indices/data-vectors
extra:
- media/
subsections:
- Reading: reading/read.md
- More on Algebra:
path: chapters/numbers-to-indices/more-algebra
subsections:
- Reading: reading/read.md
- Discrete Random Variables and the Binomial Distribution:
path: chapters/numbers-to-indices/discrete-random-vars-binomial-distribution
subsections:
- Reading: reading/read.md
- Functions:
path: chapters/numbers-to-indices/functions
extra:
- media/
subsections:
- Reading: reading/read.md
- Polynomials:
path: chapters/numbers-to-indices/polynomials
extra:
- media/
subsections:
- Reading: reading/read.md
- Simple Data Analysis in R:
path: chapters/numbers-to-indices/simple-data-analysis-r
extra:
- media/
subsections:
- Reading: reading/read.md
- Indices and the apply Commands in R:
path: chapters/numbers-to-indices/indices-apply-commands-r
subsections:
- Reading: reading/read.md
- Functions:
- Overview:
path: chapters/functions/overview
subsections:
- Reading: reading/read.md
- Functions of Functions and the Exponential Function:
path: chapters/functions/functions-of-functions.exponential
extra:
- media/
subsections:
- Reading: reading/read.md
- Inverse Functions and the Logarithm:
path: chapters/functions/inverse-functions-logarithm
extra:
- media/
subsections:
- Reading: reading/read.md
- Continuity and Limits:
path: chapters/functions/continuity-limits
extra:
- media/
subsections:
- Reading: reading/read.md
- Sequences and Series:
path: chapters/functions/sequences-series
subsections:
- Reading: reading/read.md
- Slopes of Lines and Curves:
path: chapters/functions/slopes-lines-curves
extra:
- media/
subsections:
- Reading: reading/read.md
- Derivatives:
path: chapters/functions/derivatives
extra:
- media/
subsections:
- Reading: reading/read.md
- Applications of Differentiation:
path: chapters/functions/applications-differentiation
subsections:
- Reading: reading/read.md
- Integrals and Probability Density Functions:
path: chapters/functions/integrals-prob-density-funcs
extra:
- media/
subsections:
- Reading: reading/read.md
- Principles of Programming:
path: chapters/functions/programming-principles
subsections:
- Reading: reading/read.md
- The Central Limit Theorem and Related Topics:
path: chapters/functions/central-limit-theorem
extra:
- media/
subsections:
- Reading: reading/read.md
- Miscellanea:
path: chapters/functions/miscellanea
subsections:
- Reading: reading/read.md
- Multivariate to Power:
- Overview:
path: chapters/multivariate-to-power/overview
subsections:
- Reading: reading/read.md
- Multivariate Probability Distributions:
path: chapters/multivariate-to-power/multivariate-prob-distributions
extra:
- media/
subsections:
- Reading: reading/read.md
- Some Distributions Related to Normal:
path: chapters/multivariate-to-power/distributions-normal
extra:
- media/
subsections:
- Reading: reading/read.md
- Estimation, Estimates and Estimators:
path: chapters/multivariate-to-power/estimation
extra:
- media/
subsections:
- Reading: reading/read.md
- Test of Hypothesis, P Values and Related Concepts:
path: chapters/multivariate-to-power/test-hypothesis-p-values
subsections:
- Reading: reading/read.md
- Power and Sample Sizes:
path: chapters/multivariate-to-power/power-sample-sizes
extra:
- media/
subsections:
- Reading: reading/read.md
- Vectors to Some Regression Topics:
- Overview:
path: chapters/vectors-matrix-ops/overview
subsections:
- Reading: reading/read.md
- Vector and Matrix Operations:
path: chapters/vectors-matrix-ops/vectors-matrix-operations
extra:
- media/
subsections:
- Reading: reading/read.md
- Some Notes on Matrices and Linear Operators:
path: chapters/vectors-matrix-ops/matrices-linear-operators
subsections:
- Reading: reading/read.md
- Ranks and Determinants:
path: chapters/vectors-matrix-ops/ranks-determinants
subsections:
- Reading: reading/read.md
- Multivariate Calculus:
path: chapters/vectors-matrix-ops/multivariate-calculus
subsections:
- Reading: reading/read.md
- The Multivariate Normal Distribution and Related Topics:
path: chapters/vectors-matrix-ops/multivariate-normal-distribution
subsections:
- Reading: reading/read.md
- Independence, Expectations and the Moment-Generating Function:
path: chapters/vectors-matrix-ops/independence
subsections:
- Reading: reading/read.md
- The Gamma Distribution:
path: chapters/vectors-matrix-ops/gamma-distribution
subsections:
- Reading: reading/read.md
- Notes and Examples, The Linear Model:
path: chapters/vectors-matrix-ops/examples-linear-model
extra:
- media/
subsections:
- Reading: reading/read.md
- Some Regression Topics:
path: chapters/vectors-matrix-ops/regression-topics
subsections:
- Reading: reading/read.md
config_meta:
title: Computing and Calculus for Applied Statistics
url: http://localhost/
baseUrl: /ccas/
onBrokenLinks: warn
onBrokenMarkdownLinks: warn
config_socials:
Main site: https://tutor-web.net/tw-info/open-course-computing-and-calculus-for-applies-statistics
copyright_string: CCAS Team