代码搜索:deviation
找到约 1,443 项符合「deviation」的源代码
代码结果 1,443
www.eeworm.com/read/223154/14651909
m decovm.m
function [mu,sd,COV,xc,M,R2]=decovm(XCN,NN)
% DECOVM decomposes the extended covariance matrix into mean (mu),
% standard deviation, the (pure) Covariance (COV),
% correlation (xc) matrix and the
www.eeworm.com/read/214740/15090368
m da_pls.m
%
% mv_pls
%
% PLS entry point
%
%
% Clear the screen
%
da_front;
drawnow;
clear impact py vy;
%
% Make sure that none of the variables have a zero
% standard deviation
%
s=std(data
www.eeworm.com/read/38039/1094921
mnu cmpsrfs.mnu
COMPARE#SRFS
# remove the # sign and enter foreign help string in this line
One#By#One
Select individual surface patch to show deviation of it from its counterpart.
# remove the # sign and enter fore
www.eeworm.com/read/248077/4471004
m normdist.m
function prob=normdist(mean,stdev,lowx,highx)
% CALL: prob=normdist(mean,stdev,lowx,highx)
% compute normal distribution with mean= mean and
% standard deviation stdev between lowx and highx
z='(x
www.eeworm.com/read/200914/5063767
h pnrmsdrc.h
#ifndef PNRMSDRC_INC
#define PNRMSDRC_INC
/*
** RMS Deviation Record Class - Raw data decoder class for PQNode RMS
** disturbance data.
*/
/*
** include the definition for our base class.
www.eeworm.com/read/309003/3708843
m jamesstein.m
function xhat = JamesStein(y)
% JamesStein -- James-Stein Shrinker
% Usage:
% xhat = JamesStein(y)
% Inputs:
% y Noisy Data, Standard Deviation of Noise = 1.
% Outputs:
% xhat James-St
www.eeworm.com/read/335802/12497823
txt galog.txt
generation best average standard
number value fitness deviation
1, 39.775,36.522, 2.028, 1.000, 1.000, 1.000
2, 39.775,37.660, 1.944, 1.000, 1.000, 1.000
3, 41.
www.eeworm.com/read/202785/15373425
m da_pls.m
%
% mv_pls
%
% PLS entry point
%
%
% Clear the screen
%
da_front;
drawnow;
clear impact py vy;
%
% Make sure that none of the variables have a zero
% standard deviation
%
s=std(data
www.eeworm.com/read/168118/9937830
m readtvd.m
function [zmd,azmi,incl,utmx,utmy,utmzone]=readtvd(filename)
% [zmd,azmi,incl,utmx,utmy]=readtvd(filename)
%
% Read a well bore deviation file survey. The file is
% defined as consisting of any numbe
www.eeworm.com/read/362500/9995988
m rescale.m
function rx = rescale(x,mx,stdx)
%RESCALE Rescales matrix
% Rescales a matrix (x) using the means (mx) and
% standard deviation (stdx) vectors specified.
%
%I/O: rx = rescale(x,mx,stdx);
%
%