Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
computes the quantile function of the standard normal distribution, truncated to the interval [l,u].
Method designed for precision in the tails. Inf values for vectors 'l' and 'u' accepted;
%Example: Suppose you desire the median of Z~N(0,1), truncated to Z>9;
norminvp(0.5,9,Inf) %our method
% in contrast, Matlab's default norminv.m fails
pl=normcdf(9); norminv(0.5*(1-pl)+pl)
Reference:
Botev, Z. I. (2016). "The normal law under linear restrictions:
simulation and estimation via minimax tilting". Journal of the Royal Statistical Society: Series B (Statistical Methodology). doi:10.1111/rssb.12162
For more information, see: https://en.wikipedia.org/wiki/Normal_distribution#Quantile_function
Zitieren als
Zdravko Botev (2026). Normal Quantile with Precision (https://de.mathworks.com/matlabcentral/fileexchange/53605-normal-quantile-with-precision), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert von: Truncated Normal Generator, Multivariate normal cumulative distribution (QMC)
Allgemeine Informationen
- Version 2.0.0.0 (3,24 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 2.0.0.0 | - updated the Newton method in "newton(p,l,u)" so that now the exit condition uses
|
||
| 1.1.0.0 | Vectorized the last update of the function.
|
||
| 1.0.0.0 | Uploaded better cover picture.
Added reference to article.
|
