会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
左叔
博客园
首页
新随笔
联系
订阅
管理
2022年8月10日
mysql计算正态分布、差异系数、离均差、离均差率
摘要: mysql计算正态分布、差异系数、离均差、离均差率 1、数据准备 建表 drop table if exists score; create table score( id int not null primary key auto_increment, score decimal(10,2) no
阅读全文
posted @ 2022-08-10 16:02 左叔
阅读(1209)
评论(0)
推荐(0)
公告