In the previous chapters, we have become familiar with instantiating arrays, working on data frames and matrices, solving equations, creating special functions, and performing calculus using functions in SciPy. Together with all this, in a wide variety of tasks, we have assessed the probability of certain events happening or performing statistical analysis on top of data.
Statistics is a branch of mathematics dealing with the collection, analysis, interpretation, and presentation of masses of numerical data.
Furthermore, probability is the extent to which an event is likely to occur, which is measured using the ratio of the favorable cases to the whole number of cases possible.
This chapter shows you how to work with the statistical and probability tools available in SciPy.
There are multiple applications in which probability and statistics play a vital role. Some...