How to get Mean and Standard deviation from a Frequency Distribution table in Python

前端 未结 0 1140
无人共我
无人共我 2020-12-20 02:01

I have a list of tuples [(val1, freq1), (val2, freq2) .... (valn, freqn)]. I need to get measures of central tendencies (mean, median ) and measures of deviation (variance ,

相关标签:
回答
  • 消灭零回复
提交回复
热议问题