Home
last modified time | relevance | path

Searched refs:Correlation (Results 1 – 25 of 2704) sorted by relevance

12345678910>>...109

/dports/science/octopus/octopus-10.5/testsuite/functionals/
H A D03-xc.test14 match ; Hartree-Fock Correlation ; GREPFIELD(static/info, 'Correlation =', 3) ; 0.0
26 #match ; lda_c_wigner Correlation ; GREPFIELD(static/info, 'Correlation =', 3) ; -0.0…
32 match ; lda_c_rpa Correlation ; GREPFIELD(static/info, 'Correlation =', 3) ; -0.04…
38 match ; lda_c_hl Correlation ; GREPFIELD(static/info, 'Correlation =', 3) ; -0.04…
44 match ; lda_c_gl Correlation ; GREPFIELD(static/info, 'Correlation =', 3) ; -0.04…
50 match ; lda_c_xalpha Correlation ; GREPFIELD(static/info, 'Correlation =', 3) ; -0.13…
56 match ; lda_c_vwn Correlation ; GREPFIELD(static/info, 'Correlation =', 3) ; -0.03…
62 match ; lda_c_vwn_rpa Correlation ; GREPFIELD(static/info, 'Correlation =', 3) ; -0.05…
68 match ; lda_c_pz Correlation ; GREPFIELD(static/info, 'Correlation =', 3) ; -0.03…
74 match ; lda_c_pz_mod Correlation ; GREPFIELD(static/info, 'Correlation =', 3) ; -0.03…
[all …]
/dports/math/octave-forge-financial/financial-0.5.3/inst/@sde/
H A Dsubsasgn.m30 "Correlation", SDE.Correlation,
38 "Correlation", SDE.Correlation,
46 "Correlation", SDE.Correlation,
54 "Correlation", SDE.Correlation,
57 case "Correlation"
62 "Correlation", value,
70 "Correlation", SDE.Correlation,
/dports/math/pspp/pspp-1.4.1/tests/language/stats/
H A Dcorrelations.at58 bar,Pearson Correlation,.802,1.000,.519,.118
70 bar,Pearson Correlation,1.000,.497
72 wiz,Pearson Correlation,.497,1.000
164 foo,Pearson Correlation,1.000,-1.000
213 a,Pearson Correlation,...
216 f,Pearson Correlation,...
219 b,Pearson Correlation,...
351 var1,Pearson Correlation,.5693[a],-.0519
354 var2,Pearson Correlation,.3792[a],-.0407
357 var3,Pearson Correlation,.3699[a],-.0543
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/clients/pkg/promtail/targets/windows/
H A Dformat.go34 Correlation *Correlation `json:"correlation,omitempty"` member
54 type Correlation struct { struct
85 if event.Correlation.ActivityID != "" || event.Correlation.RelatedActivityID != "" {
86 structuredEvent.Correlation = &Correlation{
87 ActivityID: event.Correlation.ActivityID,
88 RelatedActivityID: event.Correlation.RelatedActivityID,
/dports/graphics/digikam/digikam-7.4.0/core/utilities/geolocation/geoiface/correlator/
H A Dtrack_correlator.h51 class Correlation
55 explicit Correlation() in Correlation() function
70 typedef QList<Correlation> List;
112 void correlate(const Correlation::List& itemsToCorrelate, const CorrelationOptions& options);
117 void signalItemsCorrelated(const Digikam::TrackCorrelator::Correlation::List& correlatedItems);
123 …void slotThreadItemsCorrelated(const Digikam::TrackCorrelator::Correlation::List& correlatedItems);
134 Q_DECLARE_METATYPE(Digikam::TrackCorrelator::Correlation::List)
H A Dtrack_correlator.cpp56 …qRegisterMetaType<Digikam::TrackCorrelator::Correlation::List>("Digikam::TrackCorrelator::Correlat… in TrackCorrelator()
66 void TrackCorrelator::correlate(const Correlation::List& itemsToCorrelate, in correlate()
74 connect(d->thread, SIGNAL(signalItemsCorrelated(Digikam::TrackCorrelator::Correlation::List)), in correlate()
75 this, SLOT(slotThreadItemsCorrelated(Digikam::TrackCorrelator::Correlation::List)), in correlate()
85 void TrackCorrelator::slotThreadItemsCorrelated(const Correlation::List& correlatedItems) in slotThreadItemsCorrelated()
/dports/graphics/digikam/digikam-7.4.0/core/tests/geolocation/editor/
H A Dcorrelator_utest.cpp84 TrackCorrelator::Correlation::List itemsToCorrelate; in testCorrelator1()
86 TrackCorrelator::Correlation myItem; in testCorrelator1()
94 …orrelated(&correlator, SIGNAL(signalItemsCorrelated(Digikam::TrackCorrelator::Correlation::List))); in testCorrelator1()
108 …:TrackCorrelator::Correlation::List myCorrelatedItems = spyItemsCorrelated.first().first().value<D… in testCorrelator1()
146 TrackCorrelator::Correlation::List itemsToCorrelate; in testInterpolation()
148 TrackCorrelator::Correlation myItem; in testInterpolation()
157 …orrelated(&correlator, SIGNAL(signalItemsCorrelated(Digikam::TrackCorrelator::Correlation::List))); in testInterpolation()
173 …:TrackCorrelator::Correlation::List myCorrelatedItems = spyItemsCorrelated.first().first().value<D… in testInterpolation()
/dports/finance/R-cran-PerformanceAnalytics/PerformanceAnalytics/man/
H A Dchart.Correlation.Rd2 % Please edit documentation in R/chart.Correlation.R
3 \name{chart.Correlation}
4 \alias{chart.Correlation}
7 chart.Correlation(
26 Visualization of a Correlation Matrix. On top the (absolute) value of the
36 chart.Correlation(managers[,1:8], histogram=TRUE, pch="+")
40 \code{\link{table.Correlation}}
H A Dtable.Correlation.Rd2 % Please edit documentation in R/table.Correlation.R
3 \name{table.Correlation}
4 \alias{table.Correlation}
7 table.Correlation(Ra, Rb, ...)
25 table.Correlation(managers[,1:6],managers[,7:8])
27 result=table.Correlation(managers[,1:6],managers[,8])
36 ctable = table.Correlation(managers[,1:6],managers[,8,drop=FALSE], conf.level=.99)
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/
H A Dcorrelation-inl.h40 namespace Correlation {
82 Tensor<xpu, 4, DType> data1 = in_data[Correlation::kData1].get<xpu, 4, DType>(s); in Forward()
83 Tensor<xpu, 4, DType> data2 = in_data[Correlation::kData2].get<xpu, 4, DType>(s); in Forward()
84 Tensor<xpu, 4, DType> out = out_data[Correlation::kOut].get<xpu, 4, DType>(s); in Forward()
85 Tensor<xpu, 4, DType> tmp1 = out_data[Correlation::kTemp1].get<xpu, 4, DType>(s); in Forward()
86 Tensor<xpu, 4, DType> tmp2 = out_data[Correlation::kTemp2].get<xpu, 4, DType>(s); in Forward()
129 Tensor<xpu, 4, DType> out_g = out_grad[Correlation::kOut].get<xpu, 4, DType>(s); in Backward()
193 mxnet::TShape dshape1 = in_shape->at(Correlation::kData1); in InferShape()
194 mxnet::TShape dshape2 = in_shape->at(Correlation::kData2); in InferShape()
260 return {out_grad[Correlation::kOut], in DeclareBackwardDependency()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/
H A Dcorrelation-inl.h40 namespace Correlation {
82 Tensor<xpu, 4, DType> data1 = in_data[Correlation::kData1].get<xpu, 4, DType>(s); in Forward()
83 Tensor<xpu, 4, DType> data2 = in_data[Correlation::kData2].get<xpu, 4, DType>(s); in Forward()
84 Tensor<xpu, 4, DType> out = out_data[Correlation::kOut].get<xpu, 4, DType>(s); in Forward()
85 Tensor<xpu, 4, DType> tmp1 = out_data[Correlation::kTemp1].get<xpu, 4, DType>(s); in Forward()
86 Tensor<xpu, 4, DType> tmp2 = out_data[Correlation::kTemp2].get<xpu, 4, DType>(s); in Forward()
129 Tensor<xpu, 4, DType> out_g = out_grad[Correlation::kOut].get<xpu, 4, DType>(s); in Backward()
193 mxnet::TShape dshape1 = in_shape->at(Correlation::kData1); in InferShape()
194 mxnet::TShape dshape2 = in_shape->at(Correlation::kData2); in InferShape()
260 return {out_grad[Correlation::kOut], in DeclareBackwardDependency()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/qm-dsp/maths/
H A DCorrelation.cpp22 Correlation::Correlation() in Correlation() function in Correlation
27 Correlation::~Correlation() in ~Correlation()
32 void Correlation::doAutoUnBiased(double *src, double *dst, unsigned int length) in doAutoUnBiased()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/ext/qm-dsp/maths/
H A DCorrelation.cpp24 Correlation::Correlation() in Correlation() function in Correlation
29 Correlation::~Correlation() in ~Correlation()
34 void Correlation::doAutoUnBiased(double *src, double *dst, int length) in doAutoUnBiased()
/dports/audio/mixxx/mixxx-2.3.0/lib/qm-dsp/maths/
H A DCorrelation.cpp24 Correlation::Correlation() in Correlation() function in Correlation
29 Correlation::~Correlation() in ~Correlation()
34 void Correlation::doAutoUnBiased(double *src, double *dst, int length) in doAutoUnBiased()
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/math/
H A Dcorrtran.top5 Covariance and Correlation
11 Correlation <xemf: ~math\correlat.men>
13 Percentage Bend Correlation <xemf: ~math\pbendcr.men>
15 Rank Correlation <xemf: ~math\rankcorr.men>
17 Winsorized Correlation <xemf: ~math\winscorr.men>
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.DiagnosticSource/src/
H A DHttpCorrelationProtocol.md21 | Correlation-Context | Optional. Comma separated list of key-value pairs: Id=id, key1=value1, ke…
47 ## Correlation-Context
51 Correlation-Context MUST NOT be used as generic data passing mechanism between services or within o…
53 We anticipate that there will be common well-known Correlation-Context keys. If you wish to use thi…
55 `Correlation-Context` is optional, it may or may not be provided by upstream (instrumented) service.
56 If `Correlation-Context` is provided by upstream service, implementation MUST propagate it further …
58 …n MUST provide read access to `Correlation-Context` for logging systems and MUST support adding pr…
60 ### Correlation-Context Format
61 `Correlation-Context` is represented as comma separated list of key value pairs, where each pair is…
63 `Correlation-Context: key1=value1, key2=value2`
[all …]
H A DFlatRequestId.md13 ## Correlation Id (Trace Id)
17 …ensure `Id` is present in `Correlation-Context` or [generate](#correlation-id-generation) new one …
19 ### Correlation Id generation
20 If implementation needs to add `Id` property to `Correlation-Context`:
29 …* logs event that operation was started along with `Request-Id: abc`, `Correlation-Context: Id=123`
32 …s about to be sent with all the available context: `Request-Id: def`, `Correlation-Context: Id=123`
35 * scans through its headers and finds `Request-Id: ghi`, `Correlation-Context: Id=123`
36 …tion was started along with all available context: `Request-Id: ghi`, `Correlation-Context: Id=123`
39 * logs response with context: `Request-Id: def`, `Correlation-Context: Id=123`
63 - if implementation supports hierarchical Request-Id, it MUST propagate `Correlation-Context` and *…
[all …]
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Correlation/
H A DCorrelation.h14 class Correlation
18 Correlation(int N);
19 ~Correlation();
38 Correlation();
H A DCorrelation.cpp14 Correlation::Correlation(int N) : in Correlation() function in Correlation
28 Correlation::~Correlation() in ~Correlation()
44 void Correlation::correlateWithShift (int N, in correlateWithShift()
140 void Correlation::correlateWithoutShift (int N, in correlateWithoutShift()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/HI2Operations/
H A DUmtsHI2Operations.asn41 iri-to-CC [0] IRI-to-CC-Correlation, -- correlates IRI to Content(s)
42 iri-to-iri [1] IRI-to-IRI-Correlation, -- correlates IRI to IRI
44 iri-CC [0] IRI-to-CC-Correlation,
45 iri-IRI [1] IRI-to-IRI-Correlation}
49 IRI-to-CC-Correlation ::= SEQUENCE { -- correlates IRI to Content
54 IRI-to-IRI-Correlation ::= OCTET STRING -- correlates IRI to IRI
/dports/science/xcfun/xcfun-2.1.1-1-gf87ca0e/docs/
H A Dfunctionals.rst11 VWN5C VWN5 LDA Correlation functional
41 M05X2C M05-2X Correlation
42 M05C M05 Correlation
43 M06C M06 Correlation
44 M06LC M06-L Correlation
45 M06X2C M06-2X Correlation
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/HI2Operations/
H A DUmtsHI2Operations.asn41 iri-to-CC [0] IRI-to-CC-Correlation, -- correlates IRI to Content(s)
42 iri-to-iri [1] IRI-to-IRI-Correlation, -- correlates IRI to IRI
44 iri-CC [0] IRI-to-CC-Correlation,
45 iri-IRI [1] IRI-to-IRI-Correlation}
49 IRI-to-CC-Correlation ::= SEQUENCE { -- correlates IRI to Content
54 IRI-to-IRI-Correlation ::= OCTET STRING -- correlates IRI to IRI
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/HI2Operations/
H A DUmtsHI2Operations.asn41 iri-to-CC [0] IRI-to-CC-Correlation, -- correlates IRI to Content(s)
42 iri-to-iri [1] IRI-to-IRI-Correlation, -- correlates IRI to IRI
44 iri-CC [0] IRI-to-CC-Correlation,
45 iri-IRI [1] IRI-to-IRI-Correlation}
49 IRI-to-CC-Correlation ::= SEQUENCE { -- correlates IRI to Content
54 IRI-to-IRI-Correlation ::= OCTET STRING -- correlates IRI to IRI
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/HI2Operations/
H A DUmtsHI2Operations.asn41 iri-to-CC [0] IRI-to-CC-Correlation, -- correlates IRI to Content(s)
42 iri-to-iri [1] IRI-to-IRI-Correlation, -- correlates IRI to IRI
44 iri-CC [0] IRI-to-CC-Correlation,
45 iri-IRI [1] IRI-to-IRI-Correlation}
49 IRI-to-CC-Correlation ::= SEQUENCE { -- correlates IRI to Content
54 IRI-to-IRI-Correlation ::= OCTET STRING -- correlates IRI to IRI
/dports/math/openturns/openturns-1.18/python/src/
H A DCorrelationAnalysis_doc.i.in2 "Correlation evaluation based on the Partial Correlation Coefficient.
27 "Correlation evaluation based on the Partial Rank Correlation Coefficient.
52 "Correlation evaluation based on the Pearson correlation coefficient.
77 "Correlation evaluation based on the Spearman correlation coefficient.
102 "Correlation evaluation based on the Standard Regression Coefficient.
130 "Correlation evaluation based on the Standard Rank Regression Coefficient.
159 "Correlation evaluation based on the Signed Standard Rank Regression Coefficient.

12345678910>>...109