Statistics operations
About:
- Statistics is a branch that deals with every aspect of the data. Statistical knowledge helps to choose the proper method of collecting the data and employ those samples in the correct analysis process in order to effectively produce the results.
- In short, statistics is a crucial process which helps to make the decision based on the data.
- Our package consist of various modules that performs various statistics operations which makes the process more streamlined.
- In addition to that, we have also created some modules also that are used in matrix operation.
Modules:
operations.py:
This file contains all the modules that used for statistics operation.
opertions.mean(List): Gets the list and returns the mean
opertions.median(List): Gets the list and returns the median
opertions.mode(List): Gets the list and returns the mode
opertions.variance(List): Gets the list and returns the variance
opertions.standard_devaition(List): Gets the list and returns the standard devaition
opertions.transpose(2d - List): Gets the 2d list and returns the transpose of it.
opertions.determinant(2d - List): Gets the 2d list and returns the determinant of it.
For Queries:
Write to me on : sanjeevsanjeev.2003@gmail.com