代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/449504/7502250
m spyc.m
function spyc(S,marker,markersize);
% PURPOSE: produces a spy plot with colors
% that reflect the magnitude of the non-zero numbers
% -----------------------------------------------------
% USAGE:
www.eeworm.com/read/449504/7502309
m sirf.m
function [xindex, beta, valp]= sirf(x,y,nbcla)
% PURPOSE: SIR method for a unidimentional output (Sliced Inverse Regression)
%--------------------------------------------------------------
% USAGE:
www.eeworm.com/read/449504/7502339
m sarmap_d.m
% PURPOSE: An example using sarmap
% to examine the sar models
% by selecting sub-samples using a map
%---------------------------------------------------
% USAGE: sarmap_d
%---
www.eeworm.com/read/449504/7502373
m barmap.m
function [out]=barmap(long,lat,variable,varargin)
% PURPOSE: This function links a map and a bar plot
%------------------------------------------------------------------------
% USAGE: out=barmap(l
www.eeworm.com/read/449504/7502381
m semmap_d.m
% PURPOSE: An example using semmap
% to examine the sem models
% by selecting sub-samples using a map
%---------------------------------------------------
% USAGE: semmap_d
%---
www.eeworm.com/read/449504/7502530
m stdc.m
function m=stdc(x);
% PURPOSE: standard deviation of each column
% -----------------------------------------------------
% USAGE: x = stdc(y)
% where y = input vector
% --------------------------
www.eeworm.com/read/449504/7502548
m invpd.m
function xinv = invpd(x);
% PURPOSE: generalized inverse of non PD matrix
% (Moore-Penrose)
% ----------------------------------------------------------------
% USAGE: xinverse = invpd(x)
%
www.eeworm.com/read/449504/7502582
m vech.m
function v = vech(x)
% PURPOSE: creates a column vector by stacking columns of x
% on and below the diagonal
%----------------------------------------------------------
% USAGE: v = vech(x)
www.eeworm.com/read/449504/7502587
m hpdi.m
function bounds = hpdi(adraw,hperc)
% PURPOSE: Computes an hperc-percent HPDI for a vector of MCMC draws
% --------------------------------------------------------------------
% Usage: bounds = hpd
www.eeworm.com/read/449504/7502602
m indicator.m
function ind = indicator(x,setto0)
% PURPOSE: converts the matrix x to indicator variables
% associated with the levels in x
%---------------------------------------------------
% USAGE: