VOOZH about

URL: https://www.geeksforgeeks.org/python/statsmodels-medcouple-in-python/

⇱ statsmodels.medcouple() in Python - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

statsmodels.medcouple() in Python

Last Updated : 22 Apr, 2020
With the help of statsmodels.medcouple() method, we can calculate the medcouple robust measure of skew.
Syntax : statsmodels.medcouple(array, axis) Return : Return the medcouple statistic value.
Example #1 : In this example we can see that by using statsmodels.medcouple() method, we are able to get the value of medcouple statistic by using this method. Output :
0.2857142857142857
Example #2 :
Output :
-0.5555555555555556
Comment
Article Tags: