Home
last modified time | relevance | path

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

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
DSpearmansCorrelation.java18 package org.apache.commons.math.stat.correlation;
147 public double correlation(final double[] xArray, final double[] yArray) in correlation() method in SpearmansCorrelation
156 return new PearsonsCorrelation().correlation(rankingAlgorithm.rank(xArray), in correlation()
DPearsonsCorrelation.java17 package org.apache.commons.math.stat.correlation;
195 double corr = correlation(matrix.getColumn(i), matrix.getColumn(j)); in computeCorrelationMatrix()
228 …public double correlation(final double[] xArray, final double[] yArray) throws IllegalArgumentExce… in correlation() method in PearsonsCorrelation
DCovariance.java17 package org.apache.commons.math.stat.correlation;
/external/iproute2/tc/
Dq_netem.c357 if (get_percent(&reorder.correlation, *argv)) { in netem_parse_opt()
372 if (get_percent(&corrupt.correlation, *argv)) { in netem_parse_opt()
650 if (reorder->correlation) in netem_print_opt()
652 sprint_percent(reorder->correlation, b1)); in netem_print_opt()
658 if (corrupt->correlation) in netem_print_opt()
660 sprint_percent(corrupt->correlation, b1)); in netem_print_opt()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dmerge.cc322 int32_t correlation[kMaxCorrelationLength]; in CorrelateAndPeakSearch() local
323 WebRtcSpl_CrossCorrelation(correlation, input_downsampled_, in CorrelateAndPeakSearch()
334 int32_t max_correlation = WebRtcSpl_MaxAbsValueW32(correlation, in CorrelateAndPeakSearch()
338 correlation, norm_shift); in CorrelateAndPeakSearch()
Dexpand.cc816 int32_t correlation[kNumCorrelationLags]; in Correlation() local
819 correlation, in Correlation()
826 int32_t max_correlation = WebRtcSpl_MaxAbsValueW32(correlation, in Correlation()
830 WebRtcSpl_VectorBitShiftW32ToW16(output, kNumCorrelationLags, correlation, in Correlation()
/external/autotest/client/cros/audio/
Daudio_analysis.py343 correlation = numpy.correlate(golden_signal, test_signal, 'valid')[0]
344 return correlation / (norm_golden * norm_test)
Daudio_helper.py644 correlation = numpy.correlate(signal_a, signal_b, 'full')
645 max_correlation = max(correlation)
646 best_delays = [i for i, j in enumerate(correlation) if j == max_correlation]
/external/ImageMagick/MagickCore/
Dfeature.h33 correlation[4], member
Dfeature.c639 correlation, in GetImageFeatures() local
827 (void) ResetMagickMemory(&correlation,0,sizeof(correlation)); in GetImageFeatures()
1122 correlation.direction[i].red+=x*y*cooccurrence[x][y].direction[i].red; in GetImageFeatures()
1123 correlation.direction[i].green+=x*y* in GetImageFeatures()
1125 correlation.direction[i].blue+=x*y* in GetImageFeatures()
1128 correlation.direction[i].black+=x*y* in GetImageFeatures()
1131 correlation.direction[i].alpha+=x*y* in GetImageFeatures()
1225 channel_features[RedPixelChannel].correlation[i]= in GetImageFeatures()
1226 (correlation.direction[i].red-mean.direction[i].red* in GetImageFeatures()
1231 channel_features[GreenPixelChannel].correlation[i]= in GetImageFeatures()
[all …]
Didentify.c266 PrintFeature(channel_features[channel].correlation), in PrintChannelFeatures()
/external/libnl/include/linux/
Dpkt_sched.h467 __u32 correlation; member
473 __u32 correlation; member
/external/libnl/lib/route/sch/
Dnetem.c121 netem->qnm_ro.nmro_correlation = ro.correlation; in netem_msg_parser()
132 netem->qnm_crpt.nmcr_correlation = corrupt.correlation; in netem_msg_parser()
271 reorder.correlation = netem->qnm_ro.nmro_correlation; in netem_build_msg()
278 corrupt.correlation = netem->qnm_crpt.nmcr_correlation; in netem_build_msg()
/external/opencv/ml/src/
Dmlestimate.cpp288 float* correlation)
308 if (correlation)
317 *correlation = (float)(te / te1);
/external/opencv3/modules/video/src/
Decc.cpp513 const double correlation = templateZM.dot(imageWarped); in findTransformECC() local
517 rho = correlation/(imgNorm*tmpNorm); in findTransformECC()
530 const double lambda_d = correlation - templateProjection.dot(imageProjectionHessian); in findTransformECC()
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h552 __u32 correlation; member
557 __u32 correlation; member
/external/iproute2/include/linux/
Dpkt_sched.h556 __u32 correlation; member
561 __u32 correlation; member
/external/fec/
DREADME29 and correlation.
/external/iproute2/
DREADME.distribution94 and correlation coefficient (rho). You can then plug these values
/external/iproute2/netem/
DREADME.distribution96 and correlation coefficient (rho). You can then plug these values
/external/ImageMagick/coders/
Djson.c475 PrintFeature(channel_features[channel].correlation), in PrintChannelFeatures()
/external/opencv/ml/include/
Dml.h1454 float* correlation );
/external/opencv3/doc/
Dopencv.bib216 title = {Parametric image alignment using enhanced correlation coefficient maximization},
/external/opencv3/3rdparty/libtiff/
DChangeLog4019 * tools/raw2tiff.c, man/raw2tiff.1: Few improvements in correlation
4025 correlation coefficient calculation between two neighbour lines.
/external/bison/data/m4sugar/
Dm4sugar.m41597 # dependent, but it is emitted after: the lack of correlation between

12