normalestd.m
来自「统计工具软件」· M 代码 · 共 15 行
M
15 行
function y = normalestd(x)%NORMALESTD standardized normal density function.%% Standardized normal distribution (0,1) %% Copyright (c) 2004 by Flavio Bazzana% Department of Computer and Management Sciences% University of Trento% 38100 - Trento ITALY% flavio.bazzana@economia.unitn.ity = (1./sqrt(2*pi)).*exp(-0.5.*x.^2);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?