代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/449504/7501969
m logt_inv.m
function inv = logt_inv (x)
% PURPOSE: inv of the logistic distribution
%---------------------------------------------------
% USAGE: cdf = logt_inv(x)
% where: x = a vector or scalar argument
%
www.eeworm.com/read/449504/7501972
m gamm_pdf.m
function f = gamm_pdf (x, a)
% PURPOSE: returns the pdf at x of the gamma(a) distribution
%---------------------------------------------------
% USAGE: pdf = gamm_pdf(x,a)
% where: x = a vector
www.eeworm.com/read/449504/7501977
m beta_inv.m
function x = beta_inv(p, a, b)
% PURPOSE: inverse of the cdf (quantile) of the beta(a,b) distribution
%--------------------------------------------------------------
% USAGE: x = beta_inv(p,a,b)
%
www.eeworm.com/read/449504/7502011
m gamm_inv.m
function x = gamm_inv(p,a)
% PURPOSE: returns the inverse of the cdf at p of the gamma(a) distribution
%---------------------------------------------------
% USAGE: x = gamm_inv(p,a)
% where: p =
www.eeworm.com/read/449504/7502019
m logt_cdf.m
function cdf = logt_cdf (x)
% PURPOSE: cdf of the logistic distribution
%---------------------------------------------------
% USAGE: cdf = logt_cdf(x)
% where: x = a vector or scalar argument
%
www.eeworm.com/read/449504/7502065
m ecm.m
function results = ecm(y,nlag,r)
% PURPOSE: performs error correction model estimation
%---------------------------------------------------
% USAGE: result = ecm(y,nlag,r)
% where: y = an (nobs
www.eeworm.com/read/449504/7502070
m plt_varg.m
function plt_varg(results,vnames)
% PURPOSE: Plots Gibbs sampled VAR model results
%---------------------------------------------------
% USAGE: plt_varg(result,vnames)
% where: results =
www.eeworm.com/read/449504/7502106
m prt_var.m
function prt_var(result,vnames,fid)
% PURPOSE: Prints vector autoregressive models output
%---------------------------------------------------
% USAGE: prt_var(result,vnames,fid)
% where:
www.eeworm.com/read/449504/7502117
m tobit.m
function results = tobit(y,x,info)
% PURPOSE: computes Tobit Regression
%---------------------------------------------------
% USAGE: results = tobit(y,x,info)
% where: y = censored dependent vari
www.eeworm.com/read/449504/7502135
m rtrace.m
function rtrace(y,x,thetamax,divs,vname)
% PURPOSE: Plots ntheta ridge regression estimates
%---------------------------------------------------
% USAGE: rtrace(y,x,thetamax,ntheta,vnames)
% wher