代码搜索:Statistical

找到约 1,108 项符合「Statistical」的源代码

代码结果 1,108
www.eeworm.com/read/362246/10010357

m demo_ocr.m

% DEMO_OCR Demo on Optical Character Recognition using SVM. % % Synopsis: % demo_ocr; % % Description: % For more information type 'help ocr'. % % About: Statistical Pattern Recognition Toolbox %
www.eeworm.com/read/280595/10312234

m demo_ocr.m

% DEMO_OCR Demo on Optical Character Recognition using SVM. % % Synopsis: % demo_ocr; % % Description: % For more information type 'help ocr'. % % About: Statistical Pattern Recognition Toolbox %
www.eeworm.com/read/161189/10439814

m chi2cdf.m

% % p=chi2cdf(x,m) % % Computes the Chi^2 CDF, using a transformation to N(0,1) on page 333 % of Thistead, Elements of Statistical Computing. % % Note that x and m must be scalars. % function p=chi2cd
www.eeworm.com/read/161189/10439939

m chi2cdf.m

% % p=chi2cdf(x,m) % % Computes the Chi^2 CDF, using a transformation to N(0,1) on page 333 % of Thistead, Elements of Statistical Computing. % % Note that x and m must be scalars. % function p=chi2cd
www.eeworm.com/read/161189/10439956

m chi2cdf.m

% % p=chi2cdf(x,m) % % Computes the Chi^2 CDF, using a transformation to N(0,1) on page 333 % of Thistead, Elements of Statistical Computing. % % Note that x and m must be scalars. % function p=chi2cd
www.eeworm.com/read/299459/7850741

m demo_ocr.m

% DEMO_OCR Demo on Optical Character Recognition using SVM. % % Synopsis: % demo_ocr; % % Description: % For more information type 'help ocr'. % % About: Statistical Pattern Recognition Toolbox %
www.eeworm.com/read/312163/13617552

m demo_ocr.m

% DEMO_OCR Demo on Optical Character Recognition using SVM. % % Synopsis: % demo_ocr; % % Description: % For more information type 'help ocr'. % % About: Statistical Pattern Recognition Toolbox %
www.eeworm.com/read/140727/5781548

cc pdtnod_01.cc

// file: $isip/class/pr/PhoneticDecisionTreeNode/pdtnod_01.cc // version: $Id: pdtnod_01.cc,v 1.2 2002/09/11 20:04:07 parihar Exp $ // // isip include files // #include "PhoneticDecisionTreeNode.h"
www.eeworm.com/read/131315/5931051

makefile

# @(#)Makefile 8.9 (Berkeley) 2/21/94 PROG= dbtest OBJS= dbtest.o strerror.o # Add -DSTATISTICS to CFLAGS to get btree statistical use info. # Note, the db library has to be compiled for statistics
www.eeworm.com/read/493843/6391517

m convm.m

function X = convm(x,p) %CONVM Generates a convolution matrix %----- %USAGE X = convm(x,p) % % Given a vector x of lenght N, an N+p-1 by p convolution % matrix of the following form is generat