代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/424719/10424256
mdl c5fcon1.mdl
Model {
Name "c5fcon1"
Version 4.00
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTypes off
ShowStorageClass
www.eeworm.com/read/424719/10424291
mdl c5mdng1.mdl
Model {
Name "c5mdng1"
Version 4.00
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTypes off
ShowStorageClass
www.eeworm.com/read/424719/10424301
mdl c5fpid2.mdl
Model {
Name "c5fpid2"
Version 4.00
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTypes off
ShowStorageClass
www.eeworm.com/read/424719/10424336
mdl c6msf2.mdl
Model {
Name "c6msf2"
Version 4.00
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTypes off
ShowStorageClass
www.eeworm.com/read/424719/10424350
mdl c5mtmp1.mdl
Model {
Name "c5mtmp1"
Version 4.00
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTypes off
ShowStorageClass
www.eeworm.com/read/161189/10439803
m phi.m
%
% Calculates the normal distribution.
%
% z=phi(x)
%
% gives z=int((1/sqrt(2*pi))*exp(-t^2/2),t=-infinity..x)
%
function z=phi(x)
if (x >= 0)
z=.5+.5*erf(x/sqrt(2));
else
z=1-phi(-x);
en
www.eeworm.com/read/161189/10439855
m phi.m
%
% Calculates the normal distribution.
%
% z=phi(x)
%
% gives z=int((1/sqrt(2*pi))*exp(-t^2/2),t=-infinity..x)
%
function z=phi(x)
if (x >= 0)
z=.5+.5*erf(x/sqrt(2));
else
z=1-phi(-x);
en
www.eeworm.com/read/161189/10439932
m phi.m
%
% Calculates the normal distribution.
%
% z=phi(x)
%
% gives z=int((1/sqrt(2*pi))*exp(-t^2/2),t=-infinity..x)
%
function z=phi(x)
if (x >= 0)
z=.5+.5*erf(x/sqrt(2));
else
z=1-phi(-x);
en
www.eeworm.com/read/161189/10439946
m phi.m
%
% Calculates the normal distribution.
%
% z=phi(x)
%
% gives z=int((1/sqrt(2*pi))*exp(-t^2/2),t=-infinity..x)
%
function z=phi(x)
if (x >= 0)
z=.5+.5*erf(x/sqrt(2));
else
z=1-phi(-x);
en
www.eeworm.com/read/161189/10439962
m phi.m
%
% Calculates the normal distribution.
%
% z=phi(x)
%
% gives z=int((1/sqrt(2*pi))*exp(-t^2/2),t=-infinity..x)
%
function z=phi(x)
if (x >= 0)
z=.5+.5*erf(x/sqrt(2));
else
z=1-phi(-x);
en