Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e49ad3d

Browse files
Update README.md
1 parent 5dd6595 commit e49ad3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# plot-input-latency
2-
Script to graph input latency data.
2+
Script to graph input latency data.
33

4-
Box-and-whisker plot (box plot) are commonly used, but while box plot can represent statistical values (Min, Q1, Q2, Q3, Max), can not represent scattering of the data correctly, especially if not unimodal distributions.
5-
While histogram and KDE (kernel density estimation) can represent scattering of the data almost correctly, they are not suitable for comparing data as they do not represent statistical values.
4+
Box-and-whisker plot (box plot) are commonly used, but while box plot can represent statistical values (Min, Q1, Q2, Q3, Max), can not represent scattering of the data correctly, especially if not unimodal distributions.
5+
While histogram and KDE (kernel density estimation) can represent scattering of the data almost correctly, they are not suitable for comparing data as they do not represent statistical values.
66

7-
Therefore, when creating a graph comparing spread of multiple data, both the comparison criteria and scattering of each data must be represented visually correctly.
7+
Therefore, when creating a graph comparing spread of multiple data, both the comparison criteria and scattering of each data must be represented visually correctly.
88

99
It is recommended to use violinplot, as violinplot is a complex of KDE and box plot.
1010

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /