Write your own statistical functions using Python
Statistics is the discipline that concerns the collection, organisation, analysis, interpretation and presentation of data. As such, this is a field that is integral to data science. In fact, the Python programming language has statistical functions written into the program. In addition, there are libraries that deal primarily with statistics, such as Python’s inbuilt statistics library, as well as the…