代码搜索:deviation

找到约 1,443 项符合「deviation」的源代码

代码结果 1,443
www.eeworm.com/read/302326/13837660

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
www.eeworm.com/read/302326/13837668

m nlrls2.m

%NLRLS2 Problem 1.1.1.2.5 % % 'ifile.mat' - input file containing: % I - members of ensemble % K - iterations % a1 - coefficient of input AR process % sigmax - standard d
www.eeworm.com/read/301479/13858623

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/150881/5688168

java gaussianrandomgenerator.java

/* * This file is part of JGAP. * * JGAP offers a dual license model containing the LGPL as well as the MPL. * * For licencing information please see the file license.txt included with JGAP
www.eeworm.com/read/126430/6016474

c xmoment.c

/* Driver for routine moment */ #include #include #include "nr.h" #include "nrutil.h" #define PI 3.14159265 #define NPTS 5000 #define NBIN 100 #define NPPNB (NPTS+NBIN)
www.eeworm.com/read/126430/6017086

c xmoment.c

/* Driver for routine moment */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" #define PI 3.14159265 #define NPTS 5000 #define NBIN 100 #define NP
www.eeworm.com/read/126061/6019181

java gaussianrandomgenerator.java

/* * This file is part of JGAP. * * JGAP offers a dual license model containing the LGPL as well as the MPL. * * For licencing information please see the file license.txt included with JGAP
www.eeworm.com/read/102423/6232143

c xmoment.c

/* Driver for routine moment */ #include #include #include "nr.h" #include "nrutil.h" #define PI 3.14159265 #define NPTS 5000 #define NBIN 100 #define NPPNB (NPTS+NBIN)
www.eeworm.com/read/102423/6232755

c xmoment.c

/* Driver for routine moment */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" #define PI 3.14159265 #define NPTS 5000 #define NBIN 100 #define NP
www.eeworm.com/read/320368/6295038

txt d9r1.txt

Private Sub Command1_Click() 'PROGRAM D9R1 'Driver for routine FIT NPT = 100 SPREAD = 0.5 Dim X(100), Y(100), SIG(100) IDUM& = -117 For I = 1 To NPT X(I) =