mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-08 05:55:42 +09:00
update: skew analysis
This commit is contained in:
parent
d487cb9f83
commit
e82ed5a97b
3 changed files with 1283 additions and 634 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
Before Width: | Height: | Size: 165 KiB After Width: | Height: | Size: 222 KiB |
|
@ -302,9 +302,15 @@ let
|
|||
fig
|
||||
end
|
||||
|
||||
# ╔═╡ 0d758cdf-0dda-4dc3-b489-35831812b718
|
||||
md"""
|
||||
### 異常個体リスト
|
||||
- 分散が1より大きいもの
|
||||
"""
|
||||
|
||||
# ╔═╡ 79e2f5d8-4609-4e9f-949e-6dc1f88c0b19
|
||||
df_skew_stats_abnormals = let
|
||||
df = filter([:mean_skew, :std_skew] => ((m, s) -> m > -5 && s > 1), df_skew_stats)
|
||||
df = filter([:mean_skew, :std_skew] => ((m, s) -> s > 1), df_skew_stats)
|
||||
sort!(df, :psbid)
|
||||
df
|
||||
end
|
||||
|
@ -380,6 +386,12 @@ md"""
|
|||
#### psbid: 802
|
||||
- run: 217, 236
|
||||
- 217の結果が壊れてる
|
||||
#### psbid: 1001
|
||||
- run: 319, 299
|
||||
- 299でQSPIpが失敗している。319を使う
|
||||
#### psbid: 1034
|
||||
- run: 305, 319
|
||||
- 305で振動、319を使う
|
||||
"""
|
||||
|
||||
# ╔═╡ 26976b6c-3954-4a41-a99b-c1aaebdc645d
|
||||
|
@ -747,6 +759,7 @@ end
|
|||
# ╠═893253c3-f0b2-401f-b892-b23291bcf5c1
|
||||
# ╠═6467dcaa-6bd6-45c7-8c08-b310a09b8b0b
|
||||
# ╠═19f85f1b-07d3-48c2-9ca6-a5a8eb1ab746
|
||||
# ╟─0d758cdf-0dda-4dc3-b489-35831812b718
|
||||
# ╠═79e2f5d8-4609-4e9f-949e-6dc1f88c0b19
|
||||
# ╠═eae649db-6b2b-4530-83a8-3438f29423cc
|
||||
# ╠═d607e10e-854f-4652-9a34-9e22a188e315
|
||||
|
|
Loading…
Add table
Reference in a new issue