代码搜索:deviation
找到约 1,443 项符合「deviation」的源代码
代码结果 1,443
www.eeworm.com/read/152083/12141669
cpp d9r1.cpp
#include "iostream.h"
#include "stdlib.h"
#include "math.h"
void main()
{
//program d9r1
//driver for routine fit
int i,mwt,npt = 100;
double spread = 0.5;
double x[101]
www.eeworm.com/read/151606/12189327
m gngauss.m
function[gsrv1,gsrv2]=gngauss(m,sgma)
% m--mean, sgma--standard deviation
if nargin==0,
m=0;sgma=1;
elseif nargin==1,
sgma=m;m=0;
end;
u=rand;
z=sgma*(sqrt(2*log(1/(1-u)))); %a R
www.eeworm.com/read/151606/12189341
m gngauss.m
function[gsrv1,gsrv2]=gngauss(m,sgma)
% m--mean, sgma--standard deviation
if nargin==0,
m=0;sgma=1;
elseif nargin==1,
sgma=m;m=0;
end;
u=rand;
z=sgma*(sqrt(2*log(1/(1-u)))); %a R
www.eeworm.com/read/339382/12239421
cpp d9r1.cpp
#include "iostream.h"
#include "stdlib.h"
#include "math.h"
void main()
{
//program d9r1
//driver for routine fit
int i,mwt,npt = 100;
double spread = 0.5;
double x[101]
www.eeworm.com/read/252197/12294115
m normal.m
function y=normal(x,m,s)
% FUNCTION y=NORMAL(x,m,s)
% Gaussian distribution
% m=mean
% s=standard deviation
y=(1/sqrt(2*pi*s^2))*exp(-((x-m).^2)/(2*s^2));
www.eeworm.com/read/150072/12317177
cpp d9r1.cpp
#include "iostream.h"
#include "stdlib.h"
#include "math.h"
void main()
{
//program d9r1
//driver for routine fit
int i,mwt,npt = 100;
double spread = 0.5;
double x[101]
www.eeworm.com/read/148831/12422668
m vlms.m
%VLMS Volterra LMS algorithm
%
% 'ifile.mat' - input file containing:
% Nr - members of ensemble
% dim - iterations
% Sx - standard deviation of input
% Sn - standard deviation
www.eeworm.com/read/148831/12422673
m vrls.m
%VRLS Volterra RLS algorithm
%
% 'ifile.mat' - input file containing:
% Nr - members of ensemble
% dim - iterations
% Sx - standard deviation of input
% Sn - standard deviation