代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/464011/7170933
java menu.java
// menu class displays a menu of choices to a user
// and performs the chosen task. It will keep asking a user to
// enter the next choice until the choice of 'Q' (Quit) is
www.eeworm.com/read/452654/7436610
m acquisition.m
function acqResults = acquisition(longSignal, settings)
%Function performs cold start acquisition on the collected "data". It
%searches for GPS signals of all satellites, which are listed in field
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/7502066
m contents.m
% vector autoregressive function library -- Jim LeSage
%
%
% becm : performs Bayesian error correction model estimation
% becm_d : demonstrate the use of becm
% becm
www.eeworm.com/read/449504/7502084
m var_resid.m
function resid = var_resid(y,nlag,x)
% PURPOSE: performs vector autogressive estimation
% and returns only residuals
% (used by lrratio.m)
%------------------------------------------
www.eeworm.com/read/449504/7502535
m modchol.m
function [l,d]=modchol(A)
% PURPOSE: Modified Cholesky algorithm of Elizabeth Eskow and Robert B. Schnabel
% Performs a modified cholesky factorization
% of a SYMMETRIC MATRIX A, of
www.eeworm.com/read/449504/7502624
m shapirowilks.m
function [statistic, pval, H] = shapirowilks(x,tails,probability)
% PURPOSE:
% This function performs that Shapiro-Wilks Test for normality of the data
% This is an omnibus test, and is general
www.eeworm.com/read/449504/7502626
m lilliefors.m
function [stat, critval, H]=lilliefors(x,testsize);
% PURPOSE:
% Performs a lilliefors test for normality then the mean and variance are unknown
% If the mean and variance are known, the KS test
www.eeworm.com/read/449504/7502629
m shapirofrancia.m
function [statistic, pval, H] = shapirofrancia(x,tails,probability)
% PURPOSE:
% This function performs that Shapiro-Francia Test for normality of the data
% This is an omnibus test, and is gen