normrnd
正規乱数
説明
例
入力引数
出力引数
代替機能
normrndは正規分布専用の関数です。Statistics and Machine Learning Toolbox™ には、さまざまな確率分布をサポートする汎用関数randomもあります。randomを使用するには、NormalDistribution確率分布オブジェクトを作成し入力引数として渡すか、確率分布名とそのパラメーターを指定します。分布専用の関数normrndは汎用関数randomより高速です。標準正規分布から乱数を生成するには、
randnを使用します。乱数を対話的に生成するには、乱数発生用ユーザー インターフェイス
randtoolを使用します。
参照
[1] Marsaglia, G, and W. W. Tsang. “A Fast, Easily Implemented Method for Sampling from Decreasing or Symmetric Unimodal Density Functions.” SIAM Journal on Scientific and Statistical Computing. Vol. 5, Number 2, 1984, pp. 349–359.
[2] Evans, M., N. Hastings, and B. Peacock. Statistical Distributions. 2nd ed. Hoboken, NJ: John Wiley & Sons, Inc., 1993.
拡張機能
バージョン履歴
R2006a より前に導入