Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GAMSで以下の確率を定義する方法を知っている人はいますか?
Z=P(x<y)
ありがとう
累積分布関数 (CDF) を使用する必要があります。P(x < y) を計算するには、y の値を CDF に入力するだけです。たとえば、一様分布 U(0,1) の累積分布関数は f(x) = x です。確率 P(x < 0.4) は f(0.4) = 0.4 です。
これは、GAMS で表現できる限り、より複雑な CDF でも機能します。