代码搜索:deviation
找到约 1,443 项符合「deviation」的源代码
代码结果 1,443
www.eeworm.com/read/365499/9860859
m max_min.m
%
% [最大值,对应序号,最小值,对应序号,均值,最大值偏差,最小值偏差]
%
function [max,j1,min,j2,average,max_deviation,min_deviation]=max(s)
l=length(s);
max=0;
min=1;
j1=0;
j2=0;
average=0;
for i=1:l
www.eeworm.com/read/400645/11571002
dat vslesing.dat
./vslesing
Verify application of SVD to solving sets of simultaneous equations
Checking solution of a set of linear equations
with a Hilb+E of order 10x10
condition number 2.75192
true vs. comput
www.eeworm.com/read/140156/5794891
c moments.c
/* -*- mode: c -*-
* $Id: Moments.c,v 1.3 2001/10/20 15:43:19 nuffer Exp $
* http://www.bagley.org/~doug/shootout/
* from Waldek Hebisch
*/
/*
#include
#include
#inc
www.eeworm.com/read/433439/7929955
m facerecexplanation.m
%FISHERFACES FOR FACE RECOGNITION
%
% We develop a face recognition algorithm which is insensitive to large variation in lighting direction and facial expression.
% Taking a pattern classification
www.eeworm.com/read/157337/11718869
m facerecexplanation.m
%FISHERFACES FOR FACE RECOGNITION
%
% We develop a face recognition algorithm which is insensitive to large variation in lighting direction and facial expression.
% Taking a pattern classification
www.eeworm.com/read/259886/11759461
m nngenc.m
function v = nngenc(x,c,n,d)
%NNGENC Generate clusters of data points.
%
% *WARNING*: This function is undocumented as it may be altered
% at any time in the future without warning.
% NNGEN
www.eeworm.com/read/213912/15122476
m error_message.m
% Script file error_message.m
%
% Purpose:
% To calculate mean and the standard deviation of
% an input data set containing and arbitrary number
% of input values.
%
% Define variables:
%
www.eeworm.com/read/172122/9723811
m datast.m
function r=DataSt(x)
% center and normalize the x matrix according to the mean and the standard deviation
% of the data
% x uses line vectors (data)
% Gaston Baudat & Fatiha Anouar / 21st Octobe