様々な分布関数
Rには様々な統計分布が用意されています。
| 分布名 | R での名前 | パラメータ |
| ベータ | beta | shape1, shape2, ncp |
| コーシー | cauchy | location, scale |
| 指数 | exp | rate |
| ガンマ | gamma | shape, scale |
| 超幾何 | hyper | m, n, k |
| ロジスティック | logis | location, scale |
| 負の2項 | nbinom | size, prob |
| ポアッソン | pois | lambda |
| 一様 | unif | min, max |
| ウィルコクソン | wilcox | m, n |
| 分布名 | R での名前 | パラメータ |
| 2項 | binom | size, prob |
| カイ自乗 | chisq | df, ncp |
| F | f | df1, df1, ncp |
| 幾何 | geom | prob |
| 対数正規 | lnorm | meanlog, sdlog |
| 多項 | multinom | n, size, prob |
| 正規 | norm | mean, sd |
| t | t | df, ncp |
| ワイブル | weibull | shape, scale |
| スチューデント化範囲(チューキー) | tukey | nmenas, df, nranges |