/third_party/boost/libs/math/doc/statistics/ |
D | bivariate_statistics.qbk | 56 Computes the [@https://en.wikipedia.org/wiki/Pearson_correlation_coefficient Pearson correlation co… 65 If one or both of the datasets is constant, the correlation coefficient is an indeterminant form (0… 66 We use the following: If both datasets are constant, then the correlation coefficient is 1. 67 If one dataset is constant, and the other is not, then the correlation coefficient is zero.
|
/third_party/mindspore/mindspore/explainer/benchmark/_attribution/ |
D | class_sensitivity.py | 89 correlation = calc_correlation(max_confidence_saliency[i].reshape(-1), 91 normalized_correlation = (-correlation + 1) / 2
|
D | faithfulness.py | 155 correlation = 0 156 return np.array([correlation], np.float) 171 correlation = 0 172 return np.array([correlation], np.float)
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
D | LatencyAnalyzer.h | 70 double correlation = 0.0; in calculateNormalizedCorrelation() local 84 correlation = 2.0 * sumProducts / sumSquares; in calculateNormalizedCorrelation() 86 return correlation; in calculateNormalizedCorrelation() 218 float correlation = (float) calculateNormalizedCorrelation(&recorded.getData()[i], in measureLatencyFromPulse() local 221 correlations[i] = correlation; in measureLatencyFromPulse()
|
/third_party/ffmpeg/libavfilter/ |
D | af_atempo.c | 145 FFTSample *correlation; member 236 av_freep(&atempo->correlation); in yae_release_buffers() 313 RE_MALLOC_OR_FAIL(atempo->correlation, atempo->window * sizeof(FFTComplex)); in yae_reset() 640 FFTSample *correlation, in yae_align() argument 651 yae_xcorr_via_rdft(correlation, in yae_align() 665 xcorr = correlation + i0; in yae_align() 709 atempo->correlation, in yae_adjust_position()
|
/third_party/libnl/lib/route/qdisc/ |
D | netem.c | 104 netem->qnm_ro.nmro_correlation = ro.correlation; in netem_msg_parser() 115 netem->qnm_crpt.nmcr_correlation = corrupt.correlation; in netem_msg_parser() 304 reorder.correlation = netem->qnm_ro.nmro_correlation; in netem_msg_fill_raw() 311 corrupt.correlation = netem->qnm_crpt.nmcr_correlation; in netem_msg_fill_raw()
|
/third_party/libnl/include/linux-private/linux/ |
D | pkt_sched.h | 580 __u32 correlation; member 585 __u32 correlation; member
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_blend_cmultiply.txt | 31 for computing convolution and correlation filters.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_blend_cmultiply.txt | 31 for computing convolution and correlation filters.
|
/third_party/boost/libs/container_hash/doc/ |
D | rationale.qbk | 13 Many hash functions strive to have little correlation between the input
|
/third_party/python/Doc/library/ |
D | statistics.rst | 78 :func:`correlation` Pearson's correlation coefficient for two variables. 605 .. function:: correlation(x, y, /) 607 Return the `Pearson's correlation coefficient 609 for two inputs. Pearson's correlation coefficient *r* takes values 623 >>> correlation(x, x) 625 >>> correlation(x, y)
|
/third_party/boost/libs/math/doc/distributions/ |
D | nc_t.qbk | 107 multiple correlation coefficient." 132 multiple correlation coefficient."
|
D | nc_beta.qbk | 149 multiple correlation coefficient",
|
D | nc_chi_squared.qbk | 200 square of the sample multiple correlation coefficient",
|
/third_party/ffmpeg/libavcodec/ |
D | ilbcdec.c | 912 static void correlation(int32_t *corr, int32_t *ener, int16_t *buffer, in correlation() function 1008 correlation(&cross, &ener, s->prevResidual, lag, s->block_samples, corrLen, scale3); in do_plc() 1015 … correlation(&cross_comp, &ener_comp, s->prevResidual, j, s->block_samples, corrLen, scale3); in do_plc()
|
/third_party/python/Lib/test/ |
D | test_statistics.py | 2423 statistics.correlation(x, y) 2439 statistics.correlation(x, y) 2454 self.assertAlmostEqual(statistics.correlation(x, y), result) 2460 self.assertAlmostEqual(statistics.correlation(x, y), 0.5) 2464 self.assertAlmostEqual(statistics.correlation(x, y), 1)
|
/third_party/python/Lib/ |
D | statistics.py | 889 def correlation(x, y, /): function
|
/third_party/openGLES/extensions/NV/ |
D | NV_blend_equation_advanced.txt | 115 BLEND_OVERLAP_NV can be used to specify a correlation between source and 122 source and destination coverage are assumed to have no spatial correlation 332 UNCORRELATED_NV indicates that there is no correlation between the source 800 …BLEND_OVERLAP_NV Z3 GetIntegerv UNCORRELATED correlation of src/dst 4.1.8 color-buf… 867 (5) Should we support different types of correlation between source and 871 versions of many blending equations based on the "correlation" between
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_blend_equation_advanced.txt | 115 BLEND_OVERLAP_NV can be used to specify a correlation between source and 122 source and destination coverage are assumed to have no spatial correlation 332 UNCORRELATED_NV indicates that there is no correlation between the source 800 …BLEND_OVERLAP_NV Z3 GetIntegerv UNCORRELATED correlation of src/dst 4.1.8 color-buf… 867 (5) Should we support different types of correlation between source and 871 versions of many blending equations based on the "correlation" between
|
/third_party/boost/libs/math/doc/overview/ |
D | roadmap.qbk | 36 * Added [link math_toolkit.ljung_box Ljung Box test for auto-correlation]. 62 * Add correlation coefficients and covariance to `tools/bivariate_statistics.hpp`
|
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/ |
D | KHR_blend_equation_advanced.txt | 119 have no spatial correlation within the pixel. 254 is no correlation between the source and destination coverage.
|
/third_party/openGLES/extensions/KHR/ |
D | KHR_blend_equation_advanced.txt | 129 have no spatial correlation within the pixel. 264 is no correlation between the source and destination coverage.
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | media_query.dart | 38 /// ![A diagram of padding, viewInsets, and viewPadding in correlation with each
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_separate_shader_objects.gl.txt | 855 correlation. This is true even when they each link in the same
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0b1.rst | 1338 Covariance, Pearson's correlation, and simple linear regression
|