Important Anaconda Statistics Functions
Percentile:
- In a dataset, what is the point at which x% of the values are less than that value?
- Percentile(values, 50) is another name for the mean value.
Skew:
How "lopsided" (with one side lower or smaller than the other) is the distribution.
kurtosis:
- How thick is the tail, and how sharp is the peak compared to a normal distribution.
- Higher peaks have higher kurtosis.
- In a dataset, what is the point at which x% of the values are less than that value?
- Percentile(values, 50) is another name for the mean value.
Skew:
How "lopsided" (with one side lower or smaller than the other) is the distribution.
kurtosis:
- How thick is the tail, and how sharp is the peak compared to a normal distribution.
- Higher peaks have higher kurtosis.
Comments
Post a Comment