代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/449504/7502172
m olse.m
function resid=olse(y,x)
% PURPOSE: OLS regression returning only residual vector
%---------------------------------------------------
% USAGE: residual = olse(y,x)
% where: y = dependent variable
www.eeworm.com/read/449504/7502181
m prt_eqs.m
function prt_eqs(results,vnames,fid)
% PURPOSE: Prints output from mutliple equation regressions
% (thsls,sur)
%---------------------------------------------------
% USAGE: prt_eqs(result
www.eeworm.com/read/449504/7502185
m lad.m
function results = lad(y,x,maxit,crit)
% PURPOSE: least absolute deviations regression
% --------------------------------------------------
% USAGE: results = lad(y,x,itmax,convg)
% where: y
www.eeworm.com/read/449504/7502199
m olsrs.m
function results = olsrs(y,x,R,q)
% PURPOSE: Restricted least-squares estimation
% y = Xb + e with the constraint that q = Rb
%---------------------------------------------------
% USAGE: results
www.eeworm.com/read/449504/7502285
m hesszz.m
function stat=hesszz(b,infoz,stat,varargin)
% PURPOSE: Calculate/update Inverse Hessian
% ------------------------------------------------------
% USAGE: stat=hesszz(b,infoz,stat,varargin)
% Where: b
www.eeworm.com/read/449504/7502308
m dblebarmap.m
function [out]=dblebarmap(long,lat,var1,var2,varargin)
% PURPOSE: This function links a map and two bar plots
%------------------------------------------------------------------------
% USAGE: out=
www.eeworm.com/read/449504/7502523
m lprint.m
function lprint(y,info)
% PURPOSE: print an (nobs x nvar) matrix in LaTeX table format
%---------------------------------------------------
% USAGE: lprint(x,info)
% where:
% x = (nobs x
www.eeworm.com/read/449504/7502542
m tdiff.m
function dmat = tdiff(x,k)
% PURPOSE: produce matrix differences
% -----------------------------------------
% USAGE: dmat = tdiff(x,k)
% where: x = input matrix (or vector) of length nobs
%
www.eeworm.com/read/449504/7502546
m selif.m
function x=selif(y,cond);
% PURPOSE: select values of x for which cond is true
% -----------------------------------------------------
% USAGE: x = selif(y,cond)
% where y = input vector
%
www.eeworm.com/read/449504/7502563
m mprint.m
function mprint(y,info)
% PURPOSE: print an (nobs x nvar) matrix in formatted form
%---------------------------------------------------
% USAGE: mprint(x,info)
% where: x = (nobs x nvar)