lugl4313820 发表于 2025-1-7 10:58

《深度学习的数学——使用Python语言》分位数和箱形图

<div class='showpostmsg'><p>在计算中位数的时个,我们需要找到中间值才能把数据集划分成两部。在数学上,我们说使用中位数对数据集做了二等分。</p>

<p>分位数则用于数据划分到固定大小的分组中,这个因定的大小就是划分到每个分组的数据量。由于中位数将数据划分到两个大小相同的分组中,因此中位数是一个二分位数,有时也称为第50个百分位数,这意味着50%的数据小于这个值。类似地,第95个百分位数是指95%的数据小于这个值。研究人员常常会计算四分位数据并将其命名为quartile。四分位数将数据划分到4个分组中,使得25%的数据在第一个分组中,50%的数据在前两个分组,75%的数据前三个分组中,剩下25%的数据则在最后一个分组中。</p>

<p>&nbsp;</p>
</div><script>                                        var loginstr = '<div class="locked">查看本帖全部内容,请<a href="javascript:;"   style="color:#e60000" class="loginf">登录</a>或者<a href="https://bbs.eeworld.com.cn/member.php?mod=register_eeworld.php&action=wechat" style="color:#e60000" target="_blank">注册</a></div>';
                                       
                                        if(parseInt(discuz_uid)==0){
                                                                                                (function($){
                                                        var postHeight = getTextHeight(400);
                                                        $(".showpostmsg").html($(".showpostmsg").html());
                                                        $(".showpostmsg").after(loginstr);
                                                        $(".showpostmsg").css({height:postHeight,overflow:"hidden"});
                                                })(jQuery);
                                        }                </script><script type="text/javascript">(function(d,c){var a=d.createElement("script"),m=d.getElementsByTagName("script"),eewurl="//counter.eeworld.com.cn/pv/count/";a.src=eewurl+c;m.parentNode.insertBefore(a,m)})(document,523)</script>
页: [1]
查看完整版本: 《深度学习的数学——使用Python语言》分位数和箱形图