Home
last modified time | relevance | path

Searched refs:correlation (Results 1 – 25 of 41) sorted by relevance

12

/third_party/boost/libs/math/doc/statistics/
Dbivariate_statistics.qbk56 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/
Dclass_sensitivity.py89 correlation = calc_correlation(max_confidence_saliency[i].reshape(-1),
91 normalized_correlation = (-correlation + 1) / 2
Dfaithfulness.py155 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/
DLatencyAnalyzer.h70 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/
Daf_atempo.c145 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/
Dnetem.c104 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/
Dpkt_sched.h580 __u32 correlation; member
585 __u32 correlation; member
/third_party/openGLES/extensions/SGIX/
DSGIX_blend_cmultiply.txt31 for computing convolution and correlation filters.
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_blend_cmultiply.txt31 for computing convolution and correlation filters.
/third_party/boost/libs/container_hash/doc/
Drationale.qbk13 Many hash functions strive to have little correlation between the input
/third_party/python/Doc/library/
Dstatistics.rst78 :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/
Dnc_t.qbk107 multiple correlation coefficient."
132 multiple correlation coefficient."
Dnc_beta.qbk149 multiple correlation coefficient",
Dnc_chi_squared.qbk200 square of the sample multiple correlation coefficient",
/third_party/ffmpeg/libavcodec/
Dilbcdec.c912 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()
1015correlation(&cross_comp, &ener_comp, s->prevResidual, j, s->block_samples, corrLen, scale3); in do_plc()
/third_party/python/Lib/test/
Dtest_statistics.py2423 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/
Dstatistics.py889 def correlation(x, y, /): function
/third_party/openGLES/extensions/NV/
DNV_blend_equation_advanced.txt115 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/
DNV_blend_equation_advanced.txt115 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/
Droadmap.qbk36 * 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/
DKHR_blend_equation_advanced.txt119 have no spatial correlation within the pixel.
254 is no correlation between the source and destination coverage.
/third_party/openGLES/extensions/KHR/
DKHR_blend_equation_advanced.txt129 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/
Dmedia_query.dart38 /// ![A diagram of padding, viewInsets, and viewPadding in correlation with each
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_separate_shader_objects.gl.txt855 correlation. This is true even when they each link in the same
/third_party/python/Misc/NEWS.d/
D3.10.0b1.rst1338 Covariance, Pearson's correlation, and simple linear regression

12