alfauna.m
来自「统计工具软件」· M 代码 · 共 16 行
M
16 行
function [a] = alfauna(p)%ALFA critical value for one test.%% a = alfauna(p) determines for the p probability the critical value a % of the standardized normal distribution for one-test.%% Copyright (c) 2004 by Flavio Bazzana% Department of Computer and Management Sciences% University of Trento% 38100 - Trento ITALY% flavio.bazzana@economia.unitn.ita = -2/sqrt(2)*erfinv(1-2*p);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?