|
確率変数の CDF を計算
|
|
|
説明
|
|
確率変数の CDF(累積分布関数)を計算します。
|
Maple's initial probability distributions もしくは creating custom distributions により確率変数を定義します。
分布のためのパラメータは記号、数値、またはその混合が可能です。
>
|
__X__ := Statistics[ RandomVariable ]( Weibull(__a__, __b__) ):
|
点における確率変数の CDF を評価します。点は記号か数値でなければなりません。
>
|
__cdf1__ := Statistics[ CDF ]( __X__, __t__ );
__cdf2__ := Statistics[ CDF ]( __X__, 1 );
|
|
|
Download Help Document
Was this information helpful?