Q Function

バージョン 1.0.0.0 (1.02 KB) 作成者: Timothy Felty
The Q Function implemented as integegraion of density function.
ダウンロード: 7.2K
更新 2005/6/28

ライセンスの表示

This function computes the Q function by integrating the Normal distribution.

It takes one paramter and calculates the right tail probablity.
Ex. x=q(0)
x would have the value of .5

For an arbitrary Gaussian distribution with mean, mu, and variance, sigma^2, then the function is passed this form.
((y-mu)/sigma)

Ex. Say you have a distribution of G(3,4). mu = 3, and sigma = 2. You want to calculate the right tail probability that it will be greater than 3.5. The function call would look like
answer=q((3.5-3)/2);

This is not the most efficient way of calculating this. I wrote this because I didn't have the proper toolbox. If you have the toolbox its just QFunc.

引用

Timothy Felty (2026). Q Function (https://jp.mathworks.com/matlabcentral/fileexchange/7920-q-function), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R13
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersStatistics and Machine Learning Toolbox についてさらに検索
バージョン 公開済み リリース ノート
1.0.0.0