代码搜索:usage

找到约 10,000 项符合「usage」的源代码

代码结果 10,000
www.eeworm.com/read/449504/7502058

m vare.m

function results = vare(y,nlag,x) % PURPOSE: performs vector autogressive estimation %--------------------------------------------------- % USAGE: result = vare(y,nlag,x) % where: y = an (nobs
www.eeworm.com/read/449504/7502062

m bvar.m

function result = bvar(x,nlag,tight,weight,decay,xx); % PURPOSE: Performs a Bayesian vector autoregression of order n %--------------------------------------------------- % USAGE: result = bvar(y,
www.eeworm.com/read/449504/7502144

m to_llike.m

function like = to_llike(b,y,x,a) % PURPOSE: evaluate tobit log-likelihood % for left-censoring case (y
www.eeworm.com/read/449504/7502173

m plt_eqs.m

function plt_eqs(results,vnames); % PURPOSE: plots regression actual vs predicted and residuals for: % (thsls,sur) %--------------------------------------------------- % USAGE: plt_eqs(re
www.eeworm.com/read/449504/7502195

m waldf.m

function [fstat, fprb] = waldf(resultr,resultu) % PURPOSE: computes Wald F-test for two regressions %--------------------------------------------------- % USAGE: [fstat fprob] = waldf(resultr,resul
www.eeworm.com/read/449504/7502201

m prt_felogit.m

function prt_felogit(results,vnames,fid) % PURPOSE: Prints output from felogit function %----------------------------------------------------------------% % USAGE: prt_felogit(results,vnames,fid)
www.eeworm.com/read/449504/7502219

m plt_reg.m

function plt_reg(results,vnames); % PURPOSE: plots regression actual vs predicted and residuals %--------------------------------------------------- % USAGE: plt_reg(results); % where: results is
www.eeworm.com/read/449504/7502235

m to_rlike.m

function like = to_rlike(b,y,x,a); % PURPOSE: evaluate tobit log-likelihood % for right-censoring case (y >= a is censored) %----------------------------------------------------- % USAGE
www.eeworm.com/read/449504/7502240

m tsplot.m

function tsplot(y,cstruc,varargin) % PURPOSE: time-series plot with dates and labels %--------------------------------------------------- % USAGE: tsplot(y,cstruc,begp,endp,vnames) % or: t
www.eeworm.com/read/449504/7502247

m histo.m

function histo(x,N,odd,scale) % PURPOSE: Plot a histogram % ------------------------------------------------------------ % USAGE: histo(x) % or hist(x,m,odd,scale) % where: x = data