📄 q_invfunct.m
字号:
function x= q_invfunct(Q)% function x= q_invfunct(Q)% This file is part of the TFPM toolbox v0.9 (c)% michael.jachan@tuwien.ac.at and underlies the GPL.% % Computes the inverse Q-function (Pr[X>x] for a std. Gaussian). x= erfinv(1-2*Q)*sqrt(2);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -