Skip to content

nkmr-lab/VisualizeRarityOfSelection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

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

// 実験の選択肢の数

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published