5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ラブライブでカップリングごとの人気傾向を調べる。(Excel分析-移動平均)

Last updated at Posted at 2014-04-13

概要

Excel標準アドオン「分析ツール」の「移動平均」機能を使ってみる。
「移動平均」は、前/後データとの平均を出していく事でデータの傾向を見ようとする試み。
ラブライブのカップリングごとの人気傾向をPixivのデータを使って確認する。

分析ツールのインストール方法

分析ツールを使用して統計学的および工学的分析を行う - Excel

分析データの取得方法

Rubyで前処理。Pixivのタグ検索結果から1タグ1カラムの表データを作る

INPUT.tsv
行ラベル	えりうみ	ことうみ	ことほの	にこまき	のぞえり	ほのえり	ほのまき	りんぱな
2012/05	0	1	0	0	0	0	0	0
2012/06	0	2	0	0	0	0	0	0
2012/10	1	0	0	0	0	0	0	0
2012/11	0	0	0	0	0	0	0	0
2013/02	0	2	0	0	0	0	0	1
2013/03	2	2	2	4	1	0	1	0
2013/04	1	5	5	13	4	0	1	5
2013/05	1	6	5	22	12	3	1	8
2013/06	4	8	3	22	9	5	5	11
2013/07	8	14	4	46	7	6	3	7
2013/08	12	16	10	41	16	10	4	12
2013/09	19	26	8	48	26	4	13	7
2013/10	12	19	3	36	12	11	6	5
2013/11	5	15	2	24	14	6	6	9
2013/12	8	12	4	32	15	9	10	7
2014/01	4	14	5	22	20	7	3	5
2014/02	8	15	7	23	32	6	27	8
2014/03	19	17	5	26	22	4	18	5

※「ラブライブ! 百合」でPixiv小説を検索し、その中でカップリングタグが付いている物の数をカウントした。

graph_lovelive_n.gif

分析ツールの実行

Excelで「データ >> データ分析 >> 移動平均」の順に操作。
1列ずつデータを選択し、移動平均データを作る。

INPUT_AVG3M.tsv
行ラベル	えりうみ	ことうみ	ことほの	にこまき	のぞえり	ほのえり	ほのまき	りんぱな
2012/10	0.333333333	1	0	0	0	0	0	0
2012/11	0.333333333	0.666666667	0	0	0	0	0	0
2013/02	0.333333333	0.666666667	0	0	0	0	0	0.333333333
2013/03	0.666666667	1.333333333	0.666666667	1.333333333	0.333333333	0	0.333333333	0.333333333
2013/04	1	3	2.333333333	5.666666667	1.666666667	0	0.666666667	2
2013/05	1.333333333	4.333333333	4	13	5.666666667	1	1	4.333333333
2013/06	2	6.333333333	4.333333333	19	8.333333333	2.666666667	2.333333333	8
2013/07	4.333333333	9.333333333	4	30	9.333333333	4.666666667	3	8.666666667
2013/08	8	12.66666667	5.666666667	36.33333333	10.66666667	7	4	10
2013/09	13	18.66666667	7.333333333	45	16.33333333	6.666666667	6.666666667	8.666666667
2013/10	14.33333333	20.33333333	7	41.66666667	18	8.333333333	7.666666667	8
2013/11	12	20	4.333333333	36	17.33333333	7	8.333333333	7
2013/12	8.333333333	15.33333333	3	30.66666667	13.66666667	8.666666667	7.333333333	7
2014/01	5.666666667	13.66666667	3.666666667	26	16.33333333	7.333333333	6.333333333	7
2014/02	6.666666667	13.66666667	5.333333333	25.66666667	22.33333333	7.333333333	13.33333333	6.666666667
2014/03	10.33333333	15.33333333	5.666666667	23.66666667	24.66666667	5.666666667	16	6

graph_lovelive_n_ave3m.gif

分析結果

やっぱりのぞえりが最高じゃないか(確信)

参考サイト

イラストコミュニケーションサービス[pixiv(ピクシブ)]

5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?