代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/449504/7503137
m qstat2_d.m
% PURPOSE: demo of qstat2() Ljunbg-Box Q test
% for AR(p) effects
%
%---------------------------------------------------
% USAGE: qstat2_d
%--------------------------------------------------
www.eeworm.com/read/442927/7641939
m confmatget.m
function confMat = confMatGet(desiredOutput, computedOutput)
% confMatGet: Get confusion matrix from recognition result
% Usage: confMat = confMatGet(desiredOutput, computedOutput)
%
% For example
www.eeworm.com/read/440842/7680267
m robust.m
function results=robust(y,x,wfunc,wparm)
% PURPOSE: robust regression using iteratively reweighted
% least-squares
%---------------------------------------------------
% USAGE: results =
www.eeworm.com/read/440842/7680287
m nwest_d.m
% PURPOSE: An example using nwest(),
% prt_reg(),
% Newey-West hetero/serial consistent estimates
%---------------------------------------------------
% USAGE: nwest_d
%
www.eeworm.com/read/440842/7680309
m prt_panel.m
function prt_panel(result,vnames,fid)
% PURPOSE: Prints Panel models output
%----------------------------------------------------------------------------------------
% USAGE: prt_panel(result,vnam
www.eeworm.com/read/440842/7680331
m hwhite.m
function results=hwhite(y,x)
% PURPOSE: computes White's adjusted heteroscedastic
% consistent Least-squares Regression
%---------------------------------------------------
% USAGE: resul
www.eeworm.com/read/436995/7757377
m vep.m
% vep.m
% Scope: This MATLAB macro computes the value of the vertical error
% probable (VEP).
% Usage: yvep = vep(y)
% Description of parameters:
%
www.eeworm.com/read/436995/7757428
m xambig.m
% xambig.m
% Scope: This MATLAB program generates ambiguity numbers for a specified number
% of satellites.
% Usage: xambig
% Inputs: - from keyboard
www.eeworm.com/read/198546/7928803
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/198546/7929008
m armaxfilter_likelihood.m
function [LLF, errors, likelihoods] = armaxfilter_likelihood(parameters , regressand , regressors, ar , ma, tau)
% PURPOSE:
% This is the likelihood function for armaxfilter
%
% USAGE:
%