Triangular Distributed Random Variable Generator

This function generates a vector of triangular distributed continuous random variable

現在この提出コンテンツをフォロー中です。

This function generates a vector of triangular distributed continuous random variable. By specifying minimum value(a), maximum value(b), mode(c), and number of variables to be generated(n), the function gives a vector of random variables as output (X). The command syntax is X=trirnd(a,c,b,n).You can see the histogram by using the command such as hist(trirnd(1,5,10,100000),50);

引用

Mongkut Piantanakulchai (2026). Triangular Distributed Random Variable Generator (https://jp.mathworks.com/matlabcentral/fileexchange/8054-triangular-distributed-random-variable-generator), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを与えたファイル: Two-Sided Power Distribution

カテゴリ

Help Center および MATLAB AnswersRandom Number Generation についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0

Updated Help Section of the script.
Include an example of using the command.