Approximating the Inverse Normal

Beasley-Springer-Moro algorithm for approximating the inverse normal.
ダウンロード: 678
更新 2011/8/8

ライセンスの表示

Applying the inverse transform method to the normal distribution entails evaluation of the inverse normal. This is the Beasley-Springer-Moro algorithm for approximating the inverse normal.

Input: u, a sacalar or matrix with elements between 0 and 1
Output: x, an approximation for the inverse normal at u

Reference:
Pau Glasserman, Monte Carlo methods in financial engineering, vol. 53 of applications of Mathematics (New York),
Springer-Verlag, new York, 2004, p.67-68

引用

Wolfgang Putschögl (2024). Approximating the Inverse Normal (https://www.mathworks.com/matlabcentral/fileexchange/28988-approximating-the-inverse-normal), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2010a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersAssembly についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.2.0.0

Thanks to Ben Petschel who provided optimized code that brings it almost on par with the builtin (compiled) norminv/erfcinv!

1.1.0.0

Thanks to Ben Petschel who provided optimized code that brings it almost on par with the builtin (compiled) norminv/erfcinv!

1.0.0.0