代码搜索:Causality
找到约 19 项符合「Causality」的源代码
代码结果 19
www.eeworm.com/read/440070/7694831
html causality.html
The causality window
The meaning of the causality window
This parameter is relevant for programs which estimate the fore
www.eeworm.com/read/205038/15328576
html causality.html
The causality window
The meaning of the causality window
This parameter is relevant for programs which estimate the fore
www.eeworm.com/read/382974/8983727
doc adfgranger causality test.doc
www.eeworm.com/read/156868/11759492
m subsref.m
function b = subsref(sig,S)
switch S.type
case '()'
b = feval(sig,S.subs{:});
case '.'
switch lower(S.subs)
case {'scalingfactor','expconstant','length','delay','causality','name'}
www.eeworm.com/read/156868/11759494
m subsasgn.m
function f = subasgn(f,S,b)
switch S.type
case '.'
switch lower(S.subs)
case {'scalingfactor','expconstant','length','delay','causality'}
eval(['f.' S.subs '=b;']);
otherwise
www.eeworm.com/read/449504/7502054
m pftest_d.m
% PURPOSE: An example of using pftest
% to print VAR model F-test
% for Granger-causality
%--------------------------------------------
www.eeworm.com/read/449504/7502108
m vare_d.m
% PURPOSE: An example of using vare, pgranger, prt_var,plt_var
% to estimate a vector autoregressive model
% report Granger-causality results, print and plot
www.eeworm.com/read/156868/11759476
m support.m
function supp = support(sig)
switch lower(sig.Causality)
case 'causal'
supp = [sig.Delay sig.Delay+sig.Length];
otherwise
supp = [sig.Delay-sig.Length sig.Delay];
end
www.eeworm.com/read/156868/11759483
m cexponential.m
function f = cexponential(varargin)
%CEXPONENTIAL Create an CEXPONENTIAL object.
% f = CEXPONENTIAL('Parameter1','Value1','Parameter2','Value2',...)
% create an object of class 'cexponential' with
www.eeworm.com/read/125688/6027118
s cache.s
/*
* Copyright (c) 1999, 2001 University of Utah and the Flux Group.
* All rights reserved.
*
* This file is part of the Flux OSKit. The OSKit is free software, also known
* as "open source;" y