代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/449504/7502310
m selectstat.m
function [out,varargout]=selectstat(method,obs,variable,varargin)
% PURPOSE: This function selects objects on a statistic graph
%---------------------------------------------------------------------
www.eeworm.com/read/449504/7502331
m cvarpds.m
function covar = cvarpds(y,pds)
% PURPOSE: This function computes a weighted covariance matrix of y,
% each row affected by the corresponding weight in pds (pds must be >0 but
% does not need to
www.eeworm.com/read/449504/7502350
m vprgen.m
function [v, d] = vprgen(a,b)
% PURPOSE: Eigenvalues of the problem max(x'ax / x'bx)
%--------------------------------------------------------------
% USAGE: [v, d] = vprgen(a,b)
% where: a =
www.eeworm.com/read/449504/7502388
m csppstrtrem.m
function X = csppstrtrem(Z,a,b)
% CSPPSTRTREM Projection pursuit structure removal.
%
% X = CSPPSTRTREM(Z,ALPHA,BETA) Removes the structure
% in a projection to the plane spanned by ALPHA and
www.eeworm.com/read/449504/7502527
m tally.m
function out = tally(x)
% PURPOSE: calculate frequencies of distinct levels in x
%---------------------------------------------------
% USAGE: out = tally(x)
% where: x = an (nobs x nvar) matr
www.eeworm.com/read/449504/7502562
m lag.m
function z = lag(x,n,v)
% PURPOSE: creates a matrix or vector of lagged values
% -------------------------------------------------------
% USAGE: z = lag(x,n,v)
% where: x = input matrix or vector, (n
www.eeworm.com/read/449504/7502579
m recserar.m
function result = recserar(x,y0,a)
% PURPOSE: computes a vector of autoregressive recursive series
%--------------------------------------------------------------
% USAGE: result = recserar(x,y0,a)
%
www.eeworm.com/read/449504/7502696
m ivech.m
function transformeddata=ivech(data)
% PURPOSE:
% Transform a vector in to a lower triangular matrix for use by MVGARCH, complements vech
%
% USAGE:
% transformeddata=ivech(data)
%
%
www.eeworm.com/read/449504/7502890
m fdelw2.m
function [wswdel,wwsdel,wmatdel]=fdelw2(xcoord,ycoord)
% PURPOSE: %This function creates a spatial weight matrices based
% upon a Delaunay triangularization.
% USAGE: [wswdel,wwsdel,wmatdel]=fdelw2
www.eeworm.com/read/449151/7517496
h recovaffine.h
double RecoverAffine(double **matrix, double cost[ANGLE][ANGLE][CAMNUM_2][CAMNUM_2], int *MinSrcCam);