MajsoulPaipuAnalyzer icon indicating copy to clipboard operation
MajsoulPaipuAnalyzer copied to clipboard

雀魂牌谱分析工具

Results 9 MajsoulPaipuAnalyzer issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=electron&package-manager=npm_and_yarn&previous-version=15.3.5&new-version=18.3.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....

dependencies

考虑不同起手向听数,对数据进行分别统计,尤其是铳率等指标。

enhancement

2019.10.14-2019.10.16某一天牌谱可以复现。

bug

在数字后增加上下箭头(或者其他方式?)来表示实际数值大小,增加可读性

enhancement

安定段位置题信区间计算问题 t-分布用于“用于根据小样本来估计呈正态分布且方差未知的总体的均值” 见 [百度百科:t分布](https://baike.baidu.com/item/t%E5%88%86%E5%B8%83/299142?fr=aladdin) pt 在计算顺位后,我认为不是正态分布的(我猜测,因为排名有四个名次,而会有四个峰) 因此置信区间不能准确反映安定段位的准确程度。

help wanted

```javascript let lastCallbackTime = 0; ipcr.on('fetchpaipudata', (event, uuid, callback = 'fetchpaipudatacallback') => { console.log('fetching paipu, uuid=' + uuid); app.NetAgent.sendReq2Lobby("Lobby", "fetchGameRecord", { game_uuid: uuid, client_version_string: GameMgr.prototype.getClientVersion() }, function (t, a) {...