Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 479 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 479 Bytes

どんだけ選択タスクがレアかを可視化するやつ

// 実験の選択肢の数

int num_of_choices = 4;

// 実験のN数

int num_of_trials = 1695;

// 1%を何分割して表示するか(N数/100の値だときれいになる)

int num_of_unit_1percent = 17; // 1695なら16.95で17

あとは、何%まで表示するかとか、そこら辺を設定するだけ。

1695