代码搜索:deviation

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

代码结果 1,443
www.eeworm.com/read/188386/8544473

h dividend.h

// The Santa Fe Stockmarket -- Interface for the dividend process #import @interface Dividend: SwarmObject { double baseline; /*"The centerline around which dev
www.eeworm.com/read/289321/8559313

m nanstd.m

function sx = nanstd(x, flag) %NANSTD Standard deviation of available data, ignoring NaNs. % % NANSTD(X) returns the standard deviation of the available data in % X, treating NaNs as missing v
www.eeworm.com/read/289321/8559322

m standardize.m

function [x, xm, xs] = standardize(x, scale) %STANDARDIZE Centers and normalizes data. % % [XC, XM, XS] = STANDARDIZE(X) centers and normalizes the data in X to % XC by subtracting the mean XM
www.eeworm.com/read/386050/8768988

m gendatsinc.m

%GENDATSINC Generate Sinc data % % A = GENDATSINC(N,SIGMA) % % INPUT % N Number of objects to generate % SIGMA Standard deviation of the noise (default SIGMA=0.1) % % OUTPUT % A
www.eeworm.com/read/375500/9358484

h dividend.h

// The Santa Fe Stockmarket -- Interface for the dividend process #import @interface Dividend: SwarmObject { double baseline; /*"The centerline around which dev
www.eeworm.com/read/178061/9420815

m stdnan.m

function st=stdnan(X); %STDNAN estimate std with NaN's % % Estimates the standard deviation of each column of X % when there are NaN's in X. % % Columns with only NaN's get a standard deviatio
www.eeworm.com/read/371255/9559380

m lineseg.m

% LINESEG - Form straight line segements from an edge list. % % Usage: seglist = lineseg(edgelist, tol) % % Arguments: edgelist - Cell array of edgelists where each edgelist is an %
www.eeworm.com/read/371255/9559391

m maxlinedev.m

% MAXLINEDEV - Find max deviation from a line in an edge contour. % % Function finds the point of maximum deviation from a line joining the % endpoints of an edge contour. % % Usage: [maxdev, index,
www.eeworm.com/read/167839/9950904

m calcstatym.m

function [moy,dev,cv,cvp] = calcStatYm(Y,m,p); % function [moy,dev,cv,cvp] = calcStatYm(Y,m,p); % % Compute the mean, standard deviation, and coeeficients of % variation of distances se
www.eeworm.com/read/163483/10157577

m calcstatym.m

function [moy,dev,cv,cvp] = calcStatYm(Y,m,p); % function [moy,dev,cv,cvp] = calcStatYm(Y,m,p); % % Compute the mean, standard deviation, and coeeficients of % variation of distances se