Notation
Notation
Symbol Meaning
σ Standard deviation
μ Mean
V Variance
E Expectation
f (x) Function of x
x→y Mapping from x to y
(a, b) Open interval
[a, b] Closed interval
(a, b] Half-open interval
Δ Differential of
Π Product operator
Σ Summation of
|x| Absolute value of x
x Norm of x
#A Number of elements in A
A∩B Intersection of sets A, B
A∪B Union of sets A, B
A×B Cartesian product of sets A, B
∈ Element of
∧ Logical conjunction
¬ Logical negation
{} Set delimiters
© The Author(s), under exclusive license to Springer Nature Switzerland AG 2022 503
J. Unpingco, Python for Probability, Statistics, and Machine Learning,
https://doi.org/10.1007/978-3-031-04648-3
504 Notation
© The Author(s), under exclusive license to Springer Nature Switzerland AG 2022 505
J. Unpingco, Python for Probability, Statistics, and Machine Learning,
https://doi.org/10.1007/978-3-031-04648-3
506 References
23. H.P. Langtangen, Python Scripting for Computational Science, vol. 3, 3rd edn. Texts in
Computational Science and Engineering (Springer, New York, 2009)
24. P.S. Levy, S. Lemeshow, Sampling of Populations: Methods and Applications. Wiley Series
in Survey Methodology (Wiley, New York, 2013)
25. C. Loader, Local Regression and Likelihood (Springer, New York, 2006)
26. S.L. Lohr, Sampling: Design and Analysis (Duxbury Press, Pacific Grove, 1999)
27. D.G. Luenberger, Optimization by Vector Space Methods. Professional Series (Wiley, New
York, 1968)
28. D.J.C. MacKay, Information Theory, Inference and Learning Algorithms (Cambridge
University Press, Cambridge, 2003)
29. R.A. Maronna, D.R. Martin, V.J. Yohai, Robust Statistics: Theory and Methods. Wiley Series
in Probability and Statistics (Wiley, New York, 2006)
30. W. McKinney, Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython
(O’Reilly, Newton, 2012)
31. T. Mikosch, Elementary Stochastic Calculus with Finance in View. Advanced Series on
Statistical Science & Applied Probability (World Scientific, Singapore, 1998)
32. A.M.F. Mood, F.A. Graybill, D.C. Boes, Introduction to the Theory of Statistics. International
Student Edition (McGraw-Hill, New York, 1974)
33. E. Nelson, Radically Elementary Probability Theory. Annals of Mathematics Studies
(Princeton University Press, Princeton, 1987)
34. T.E. Oliphant, A Guide to NumPy (Trelgol Publishing, Austin, 2006)
35. F. Perez, B.E. Granger, et al., IPython software package for interactive scientific computing
(2007). http://ipython.org/
36. G.M. Poore, Pythontex: reproducible documents with latex, python, and more. Computat.
Sci. Discov. 8(1), 014010 (2015)
37. W. Richert, Building Machine Learning Systems With Python (Packt Publishing Ltd,
Birmingham, 2013)
38. C. Robert, Monte Carlo Statistical Methods (Springer Science and Business Media, New
York, 2013)
39. T. Rudas, Lectures on Categorical Data Analysis (Springer, New York, 2018)
40. R.E. Schapire, Y. Freund, Boosting Foundations and Algorithms. Adaptive Computation and
Machine Learning (MIT Press, Cambridge, 2012)
41. J. Simonoff, Analyzing Categorical Data (Springer, New York, 2003)
42. G. Strang, Linear Algebra and Its Applications (Thomson, Brooks/Cole, Pacific Grove, 2006)
43. W. Tang, Applied Categorical and Count Data Analysis (CRC Press, Boca Raton, 2012)
44. J. Unpingco, Python Programming for Data Analysis (Springer, New York, 2021)
45. G.J.G. Upton, Categorical Data Analysis by Example (Wiley, New York, 2016)
46. R. Valliant, J.A. Dever, F. Kreuter, Practical Tools for Designing and Weighting Survey
Samples. Statistics for Social and Behavioral Sciences (Springer International Publishing,
New York, 2018)
47. V. Vapnik, The Nature of Statistical Learning Theory. Information Science and Statistics
(Springer, New York, 2000)
48. L. Wasserman, All of Statistics: A Concise Course in Statistical Inference (Springer, New
York, 2004)
49. L. Wilkinson, D. Wills, D. Rope, A. Norton, R. Dubbs, The Grammar of Graphics. Statistics
and Computing (Springer, New York, 2006)
50. C. Wu, M.E. Thompson, Sampling Theory and Practice. ICSA Book Series in Statistics
(Springer International Publishing, Birkhäuser, 2020)
51. D. Zelterman, Models for Discrete Data (Oxford University Press, Oxford, 1999)
Index
© The Author(s), under exclusive license to Springer Nature Switzerland AG 2022 507
J. Unpingco, Python for Probability, Statistics, and Machine Learning,
https://doi.org/10.1007/978-3-031-04648-3
508 Index
J P
Jensen’s inequality, 134 Pandas, 24
Jupyter notebook, 21 dataframe, 27
series, 25
K Parametric regression models, 276
Keras, 462 Perceptron, 457, 461
Kernel Density Estimation, 246 Permutation test, 175
Kernel trick, 437 Plug-in principle, 152
Kolmogorov-Smirnov test, 269 Poisson distribution, 97
Kullback-Leibler Divergence, 111 Polynomial regression, 362
Probability Proportional to Size Cluster
L Sampling, 304
Lagrange multipliers, 423 Projection operator, 65
Lasso regression, 431 P-Values, 169
Lesbesgue integration, 48 Pypy, 42
Loglinear models, 309
R
M Random forests, 397
Mann-Whitney-Wilcoxon Test, 263 Receiver Operating Characteristic, 167
Markov inequality, 128 Rectified Linear Activation, 488
Maximal margin algorithm, 433 Regression regression, 426
Maximum A Posteriori Estimation, 224 Rejection Method, 122
Maximum Pooling, 487 Robust Estimation, 230
MCAR, 335 runsnakerun, 42
Measurable function, 49 S
Measure, 49 SAGE, 29
M-estimates, 231 Sampling without replacement, 296
Mini-batch gradient descent, 476 scipy, 24
Minimax risk, 147 Seaborn, 138
Minimum mean squared error (MMSE), 67 Shatter coefficient, 372
Missing at random (MAR), 335 Silhouette coefficient, 454
Missing not at random (MNAR), 335 Stochastic gradient descent, 475
Moment generating functions, 114 Stratified Random Sampling, 306
Momentum, 477 Strong law of large numbers, 145
Monte Carlo Sampling Methods, 117 Sufficient statistics, 206
Multi-Layer Perceptron, 463 Survey sampling, 292
Multilinear regression, 361 Survival curves, 271
Multinomial distribution, 92 SWIG, 41
Index 509
Sympy, 29 V
lambdify, 150 Vapnik-Chervonenkis Dimension, 371
Statistics module, 137
T W
Theano, 481 Wald Test, 176
Tower property of expectation, 68 Weak law of large numbers, 145
U X
Uniqueness theorem, 115 xarray, 31
universal functions, 4