関数名 Function name |
機能・用途 Purpose |
generate_gaussian_noise_value | 頻度分布がガウス関数となる乱数(の1つの値)を生成する。 Generate a single random value that obeys a Gaussian frequency distribution. |
generate_gaussian2D_random_value 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
頻度分布が2次元ガウス分布となる2次元空間内の乱数(の1つの値)を生成する。 Generate a single random value in a 2D space that obeys a 2D Gaussian frequency distribution. |
random_divide_groups_givenNumbers 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
データセットをいくつかのグループにランダムに分割する。
各グループに入れるデータ数を指定するバージョン。 Divide a data set into several groups randomly, by specifying the number of data to be assigned to each group. |
random_divide_2groups_givenNumber 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
データセットを2つのグループにランダムに分割する。
最初のグループに入れるデータ数を指定するバージョン。 Divide a data set into two groups randomly, by specifying the number of data to be assigned to the earlier group. |
random_divide_2groups_givenRatio 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
データセットを2つのグループにランダムに分割する。
最初のグループに入れるデータの比率を指定するバージョン。 Divide a data set into two groups randomly, by specifying the ratio of data to be assigned to the earlier group. |