Searched defs:correlation (Results 1 - 13 of 13) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
H A DSpearmansCorrelation.java18 package org.apache.commons.math.stat.correlation;
28 * <p>Spearman's rank correlation. This implementation performs a rank
48 /** Rank correlation */
111 * Computes the Spearman's rank correlation matrix for the columns of the
115 * @return correlation matrix
124 * Computes the Spearman's rank correlation matrix for the columns of the
129 * @return correlation matrix
136 * Computes the Spearman's rank correlation coefficient between the two arrays.
143 * @return Returns Spearman's rank correlation coefficient for the two arrays
147 public double correlation(fina method in class:SpearmansCorrelation
[all...]
H A DPearsonsCorrelation.java17 package org.apache.commons.math.stat.correlation;
32 * Computes Pearson's product-moment correlation coefficients for pairs of arrays
36 * <code>double[][]</code> arguments generate correlation matrices. The
48 /** correlation matrix */
88 * Create a PearsonsCorrelation from a {@link Covariance}. The correlation
105 * Create a PearsonsCorrelation from a covariance matrix. The correlation
119 * Returns the correlation matrix
121 * @return correlation matrix
129 * in the correlation matrix.<br/>
134 * where <code>r</code> is the estimated correlation coefficien
228 public double correlation(final double[] xArray, final double[] yArray) throws IllegalArgumentException { method in class:PearsonsCorrelation
[all...]
H A DCovariance.java17 package org.apache.commons.math.stat.correlation;
/external/ImageMagick/MagickCore/
H A Dfeature.h33 correlation[4], member in struct:_ChannelFeatures
H A Dfeature.c591 % moment, contrast, correlation, sum of squares: variance, inverse difference
592 % moment, sum average, sum varience, sum entropy, entropy, difference variance,% difference entropy, information measures of correlation 1, information
593 % measures of correlation 2, and maximum correlation coefficient. You can
642 correlation,
830 (void) ResetMagickMemory(&correlation,0,sizeof(correlation));
1125 correlation.direction[i].red+=x*y*cooccurrence[x][y].direction[i].red;
1126 correlation.direction[i].green+=x*y*
1128 correlation
639 correlation, local
[all...]
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
H A Dimage_utils.h280 const float correlation = local
285 if (std::abs(correlation - 1.0f) > EPSILON) {
290 SCHECK(std::abs(correlation - 1.0f) < EPSILON,
291 "Correlation wasn't 1.0f: %.10f", correlation);
H A Dobject_tracker_jni.cc263 const float correlation = local
266 return correlation;
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dmerge.cc84 // Downsample, correlate, and find strongest correlation period for the
90 // Calculate the lag of the strongest correlation period.
313 // Calculate correlation without any normalization.
322 int32_t correlation[kMaxCorrelationLength]; local
323 WebRtcSpl_CrossCorrelation(correlation, input_downsampled_,
327 // Normalize correlation to 14 bits and copy to a 16-bit array.
334 int32_t max_correlation = WebRtcSpl_MaxAbsValueW32(correlation,
338 correlation, norm_shift);
H A Dexpand.cc381 // Calculate correlation in downsampled domain (4 kHz sample rate).
389 // Find peaks in correlation vector.
394 // Adjust peak locations; cross-correlation lags start at 2.5 ms
426 ratio = 0; // No correlation set result to zero.
440 // Calculate the exact best correlation in the range between
462 // Calculate the correlation, store in |correlation_vector2|.
485 // Calculate the correlation coefficient between the two portions of the
585 // Calculate scale value needed for auto-correlation.
593 // Calculate kUnvoicedLpcOrder + 1 lags of the auto-correlation function.
816 int32_t correlation[kNumCorrelationLag local
[all...]
/external/libnl/include/linux-private/linux/
H A Dpkt_sched.h519 __u32 delay_corr; /* delay correlation */
520 __u32 loss_corr; /* packet loss correlation */
521 __u32 dup_corr; /* duplicate correlation */
526 __u32 correlation; member in struct:tc_netem_reorder
531 __u32 correlation; member in struct:tc_netem_corrupt
/external/iproute2/include/uapi/linux/
H A Dpkt_sched.h553 __u32 delay_corr; /* delay correlation */
554 __u32 loss_corr; /* packet loss correlation */
555 __u32 dup_corr; /* duplicate correlation */
560 __u32 correlation; member in struct:tc_netem_reorder
565 __u32 correlation; member in struct:tc_netem_corrupt
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h557 __u32 delay_corr; /* delay correlation */
558 __u32 loss_corr; /* packet loss correlation */
559 __u32 dup_corr; /* duplicate correlation */
564 __u32 correlation; member in struct:tc_netem_reorder
569 __u32 correlation; member in struct:tc_netem_corrupt
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 503 milliseconds