Home
last modified time | relevance | path

Searched refs:CORRELATE (Results 1 – 25 of 67) sorted by relevance

123

/dports/science/gnudatalanguage/gdl-1.0.1/testsuite/
H A Dtest_correlate.pro16 ; CORRELATE(x,y)
17 ; CORRELATE(x, y, /covariance)
18 ; CORRELATE(TRANSPOSE([[x],[y]]))
19 ; CORRELATE(TRANSPOSE([[x],[y]]),/covariance)
60 res1=CORRELATE(x, y)
61 res2=CORRELATE(x, y, /COVARIANCE)
64 res3=CORRELATE(dataAdjust)
65 res4=CORRELATE(dataAdjust, /COVARIANCE, /DOUBLE)
97 if CORRELATE([0,1,2], [2,1,0]) ne -1 then begin
115 if CORRELATE(a,b) ne CORRELATE(b,a) then begin
[all …]
/dports/security/py-exscript/exscript-2.6/tests/Exscript/workqueue/
H A Drun_suite.py26 for name, value in list(theclass.CORRELATE.__dict__.items()):
39 method = theclass.CORRELATE.__name__ + '.' + name
45 if ismodule(theclass.CORRELATE) and \
46 value.__module__ != theclass.CORRELATE.__name__:
51 if ismodule(theclass.CORRELATE):
53 elif isclass(theclass.CORRELATE):
H A DJobTest.py21 CORRELATE = Thread variable in ThreadTest
24 job = self.CORRELATE(1, do_nothing, 'myaction', None)
28 job = self.CORRELATE(1, do_nothing, 'myaction', None)
42 CORRELATE = Process variable in ProcessTest
H A DTaskTest.py15 CORRELATE = Task variable in TaskTest
/dports/security/py-exscript/exscript-2.6/tests/Exscript/emulators/
H A Drun_suite.py26 for name, value in list(theclass.CORRELATE.__dict__.items()):
39 method = theclass.CORRELATE.__name__ + '.' + name
45 if ismodule(theclass.CORRELATE) and \
46 value.__module__ != theclass.CORRELATE.__name__:
51 if ismodule(theclass.CORRELATE):
53 elif isclass(theclass.CORRELATE):
H A DIOSEmulatorTest.py14 CORRELATE = IOSEmulator variable in IOSEmulatorTest
H A DCommandSetTest.py11 CORRELATE = CommandSet variable in CommandSetTest
/dports/security/py-exscript/exscript-2.6/tests/Exscript/
H A Drun_suite.py26 for name, value in list(theclass.CORRELATE.__dict__.items()):
39 method = theclass.CORRELATE.__name__ + '.' + name
45 if ismodule(theclass.CORRELATE) and \
46 value.__module__ != theclass.CORRELATE.__name__:
51 if ismodule(theclass.CORRELATE):
53 elif isclass(theclass.CORRELATE):
/dports/security/py-exscript/exscript-2.6/tests/Exscript/util/
H A Drun_suite.py26 for name, value in list(theclass.CORRELATE.__dict__.items()):
39 method = theclass.CORRELATE.__name__ + '.' + name
45 if ismodule(theclass.CORRELATE) and \
46 value.__module__ != theclass.CORRELATE.__name__:
51 if ismodule(theclass.CORRELATE):
53 elif isclass(theclass.CORRELATE):
H A DinteractTest.py13 CORRELATE = InputHistory
50 CORRELATE = Exscript.util.interact
H A DsyslogTest.py11 CORRELATE = Exscript.util.syslog variable in castTest
H A DcryptTest.py11 CORRELATE = Exscript.util.crypt
H A DmailTest.py37 CORRELATE = Mail variable in MailTest
149 CORRELATE = Exscript.util.mail variable in mailTest
H A DipTest.py11 CORRELATE = Exscript.util.ip variable in ipTest
H A DurlTest.py102 CORRELATE = Url variable in urlTest
H A DmatchTest.py11 CORRELATE = Exscript.util.match variable in matchTest
H A DttyTest.py14 CORRELATE = Exscript.util.tty variable in ttyTest
/dports/security/py-exscript/exscript-2.6/tests/Exscript/protocols/
H A Drun_suite.py26 for name, value in list(theclass.CORRELATE.__dict__.items()):
39 method = theclass.CORRELATE.__name__ + '.' + name
45 if ismodule(theclass.CORRELATE) and \
46 value.__module__ != theclass.CORRELATE.__name__:
51 if ismodule(theclass.CORRELATE):
53 elif isclass(theclass.CORRELATE):
H A DTelnetTest.py16 CORRELATE = Telnet variable in TelnetTest
H A DSSH2Test.py18 CORRELATE = SSH2 variable in SSH2Test
/dports/security/py-exscript/exscript-2.6/tests/Exscript/servers/
H A Drun_suite.py26 for name, value in list(theclass.CORRELATE.__dict__.items()):
39 method = theclass.CORRELATE.__name__ + '.' + name
45 if ismodule(theclass.CORRELATE) and \
46 value.__module__ != theclass.CORRELATE.__name__:
51 if ismodule(theclass.CORRELATE):
53 elif isclass(theclass.CORRELATE):
H A DSSHdTest.py14 CORRELATE = SSHd variable in SSHdTest
H A DTelnetdTest.py14 CORRELATE = Telnetd variable in TelnetdTest
/dports/science/gnudatalanguage/gdl-1.0.1/src/pro/
H A Dcorrelate.pro12 function CORRELATE, x, y, covariance=covariance, double=double
48 ;; one option would be to call CORRELATE a couple of time...
51 ;; cov[i, j] = CORRELATE(x[i, *], x[j, *], double=double, covariance=covariance)
/dports/math/mdal/MDAL-release-0.9.0/tests/data/flo2d/BarnHDF5/
H A DSUPER.OUT4 …*** NOTE: THIS LIST MAY NOT CORRELATE WITH ROUGH.OUT. n-VALUES REPORTED IN ROUGH.OUT ARE REVISED O…

123