q_invfunct.m
来自「用于模拟时变非平稳的ARMA过程」· M 代码 · 共 10 行
M
10 行
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 + =
减小字号Ctrl + -
显示快捷键?