lognrnd
対数正規乱数
説明
例
入力引数
出力引数
詳細
代替機能
lognrnd
は対数正規分布専用の関数です。Statistics and Machine Learning Toolbox™ には、さまざまな確率分布をサポートする汎用関数random
もあります。random
を使用するには、LognormalDistribution
確率分布オブジェクトを作成し入力引数として渡すか、確率分布名とそのパラメーターを指定します。分布専用の関数lognrnd
は汎用関数random
より高速です。乱数を対話的に生成するには、乱数発生用ユーザー インターフェイス
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 より前に導入