HomeSort by relevance Sort by last modified time
    Searched full:correlation (Results 1 - 25 of 251) sorted by null

1 2 3 4 5 6 7 8 91011

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/assortativity/
__init__.py 2 from networkx.algorithms.assortativity.correlation import *
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
PearsonsCorrelation.java 17 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 coefficient an
228 public double correlation(final double[] xArray, final double[] yArray) throws IllegalArgumentException { method in class:PearsonsCorrelation
    [all...]
SpearmansCorrelation.java 18 package org.apache.commons.math.stat.correlation;
28 * <p>Spearman's rank correlation. This implementation performs a rank
48 /** Rank correlation */
86 * Calculate the Spearman Rank Correlation Matrix.
88 * @return Spearman Rank Correlation Matrix
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
147 public double correlation(final double[] xArray, final double[] yArray) method in class:SpearmansCorrelation
    [all...]
  /external/libopus/silk/float/
corrMatrix_FLP.c 33 * Correlation matrix computations for LS estimate.
38 /* Calculates correlation vector X'*t */
43 const opus_int Order, /* I Max lag for correlation */
44 silk_float *Xt /* O X'*t correlation vector [order] */
58 /* Calculates correlation matrix X'*X */
62 const opus_int Order, /* I Max lag for correlation */
63 silk_float *XX /* O X'*X correlation matrix [order x order] */
main_FLP.h 115 const opus_int order /* I Correlation order (even) */
214 silk_float *wXX, /* I/O Weighted correlation matrix, reg. out */
215 const silk_float *wXx, /* I Weighted correlation vector */
216 const silk_float wxx, /* I Weighted correlation value */
230 /* Calculates correlation matrix X'*X */
234 const opus_int Order, /* I Max lag for correlation */
235 silk_float *XX /* O X'*X correlation matrix [order x order] */
238 /* Calculates correlation vector X'*t */
243 const opus_int Order, /* I Max lag for correlation */
244 silk_float *Xt /* O X'*t correlation vector [order] *
    [all...]
regularize_correlations_FLP.c 36 silk_float *XX, /* I/O Correlation matrices */
37 silk_float *xx, /* I/O Correlation values */
  /external/iproute2/man/man8/
tc-netem.8 19 .IR TIME " [ " JITTER " [ " CORRELATION " ]]]"
27 .IR PERCENT " [ " CORRELATION " ] |"
38 .IR PERCENT " [ " CORRELATION " ]]"
42 .IR PERCENT " [ " CORRELATION " ]]"
46 .IR PERCENT " [ " CORRELATION " ] [ "
72 optional parameters allows to introduce a delay variation and a correlation.
73 Delay and jitter values are expressed in ms while correlation is percentage.
83 network interface. It is also possible to add a correlation, but this option
107 for a chosen percent of packets. It is also possible to add a correlation
112 them. It is also possible to add a correlation through the proper parameter
    [all...]
  /external/libopus/silk/fixed/
main_FIX.h 115 opus_int *scale, /* O Scaling of the correlation vector */
119 const opus_int order /* I Correlation order (even) */
199 const opus_int32 *wXX, /* I Correlation matrix */
200 const opus_int32 *wXx, /* I Correlation vector */
216 /* Calculates correlation matrix X'*X */
220 const opus_int order, /* I Max lag for correlation */
222 opus_int32 *XX, /* O Pointer to X'*X correlation matrix [ order x order ] */
226 /* Calculates correlation vector X'*t */
231 const opus_int order, /* I Max lag for correlation */
232 opus_int32 *Xt, /* O Pointer to X'*t correlation vector [order] *
    [all...]
corrMatrix_FIX.c 33 * Correlation Matrix Computations for LS estimate.
38 /* Calculates correlation vector X'*t */
43 const opus_int order, /* I Max lag for correlation */
44 opus_int32 *Xt, /* O Pointer to X'*t correlation vector [order] */
74 /* Calculates correlation matrix X'*X */
78 const opus_int order, /* I Max lag for correlation */
80 opus_int32 *XX, /* O Pointer to X'*X correlation matrix [ order x order ] */
108 /* Fill out the diagonal of the correlation matrix */
118 /* Calculate the remaining elements of the correlation matrix */
autocorr_FIX.c 38 opus_int *scale, /* O Scaling of the correlation vector */
41 const opus_int correlationCount, /* I Number of correlation taps to compute */
regularize_correlations_FIX.c 36 opus_int32 *XX, /* I/O Correlation matrices */
37 opus_int32 *xx, /* I/O Correlation values */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
pitch_f4.c 46 Word16 corr_norm[] /* (o) Q15 : normalized correlation */
56 Word16 corr_norm[] /* (o) Q15 : normalized correlation */
85 /* Find interval to compute normalized correlation */
90 /* Compute normalized correlation between target and filtered excitation */
118 * the interpolated normalized correlation. *
157 * Description: Find the normalized correlation between the target vector and the *
159 * (correlation between target and filtered excitation divided by the *
170 Word16 corr_norm[]) /* (o) Q15 : normalized correlation */
207 /* Compute correlation between xn[] and excf[] */
237 /* Normalize correlation = correlation * (1/sqrt(energy)) *
    [all...]
p_med_ol.c 47 Word16 *gain = &(st->ol_gain); /* normalize correlation of hp_wsp for the lag */
59 /* Compute the correlation */
70 /* Weighting of the correlation function. */
96 /* Compute normalize correlation at delay Tm */
  /external/libnl/lib/route/sch/
netem.c 121 netem->qnm_ro.nmro_correlation = ro.correlation;
132 netem->qnm_crpt.nmcr_correlation = corrupt.correlation;
271 reorder.correlation = netem->qnm_ro.nmro_correlation;
278 corrupt.correlation = netem->qnm_crpt.nmcr_correlation;
429 * Set re-order correlation probability of netem qdisc.
431 * @arg prob New re-ordering correlation probability.
449 * Get re-ordering correlation probability of netem qdisc.
451 * @return Re-ordering correlation probability or a negative error code.
508 * Set corruption correlation probability of netem qdisc.
510 * @arg prob New corruption correlation probability
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
set_sign.cpp 58 of the max correlation. Updated copyright year.
82 find the position in the input codes of the maximum correlation
128 dn = buffer of correlation values (Word16)
130 dn2 = buffer containing the maximum of correlation in each track.(Word16)
141 correlation for each track.
154 the position of maximum of correlation in each track and the starting
170 void set_sign(Word16 dn[], i/o : correlation between target and h[]
172 Word16 dn2[], o : maximum of correlation in each track.
245 void set_sign(Word16 dn[], /* i/o : correlation between target and h[] */
247 Word16 dn2[], /* o : maximum of correlation in each track. *
    [all...]
pitch_ol.cpp 92 corr = pointer to buffer of correlation values (Word32)
99 cor_max = pointer to the normalized correlation of selected lag (Word16)
105 cor_max contains the newly calculated normalized correlation of the
111 p_max = lag of the max correlation found (Word16)
124 corr = pointer to buffer of correlation values (Word32)
131 cor_max = pointer to the normalized correlation of selected lag (Word16)
136 cor_max contains the newly calculated normalized correlation of the
142 p_max = lag of the max correlation found (Word16)
153 Find the lag that has maximum correlation of scal_sig in a given delay range.
154 The correlation is given by
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
Correlation.java 22 public class Correlation {
40 log("Started Auto Correlation for data with " + data.length + " points");
45 //correlation vector
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
lpc_shape_swb12_tables.c 32 * A rotation matrix to decorrelate intra-vector correlation,
33 * i.e. correlation among components of LAR vector.
44 * A rotation matrix to remove correlation among LAR coefficients
lpc_analysis.c 267 /* Get correlation coefficients */
291 /* recursive filtering of correlation over subframes */
365 * Compute LP coefficients and correlation coefficients. At 12 kHz LP
368 * compute correlation coefficients of all sub-frames.
380 * -corrMat : a matrix where correlation coefficients of each
435 /* Get correlation coefficients */
471 * and the corresponding correlation coefficients.
476 * -corrMat : a matrix of correlation coefficients where
477 * each row is a set of correlation coefficients of
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_matching.h 94 * Normalized correlation feature matcher for <b>float</b> images.
95 * Correlation window size is constant and set to 11x11.
158 * Normalized correlation feature matcher for <b>byte</b> images.
159 * Correlation window size is constant and set to 11x11.
165 * then the correlation patches themselves are warped before being placed in the patch space.
199 * \param use_smaller_matching_window if set to true, uses a correlation window of 5x5 instead of the default 11x11
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_matching.h 94 * Normalized correlation feature matcher for <b>float</b> images.
95 * Correlation window size is constant and set to 11x11.
158 * Normalized correlation feature matcher for <b>byte</b> images.
159 * Correlation window size is constant and set to 11x11.
165 * then the correlation patches themselves are warped before being placed in the patch space.
199 * \param use_smaller_matching_window if set to true, uses a correlation window of 5x5 instead of the default 11x11
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.h 94 * Normalized correlation feature matcher for <b>float</b> images.
95 * Correlation window size is constant and set to 11x11.
158 * Normalized correlation feature matcher for <b>byte</b> images.
159 * Correlation window size is constant and set to 11x11.
165 * then the correlation patches themselves are warped before being placed in the patch space.
199 * \param use_smaller_matching_window if set to true, uses a correlation window of 5x5 instead of the default 11x11
  /external/iproute2/tc/
q_netem.c 34 " [ delay TIME [ JITTER [CORRELATION]]]\n" \
36 " [ corrupt PERCENT [CORRELATION]] \n" \
37 " [ duplicate PERCENT [CORRELATION]]\n" \
38 " [ loss random PERCENT [CORRELATION]]\n" \
41 " [ reorder PRECENT [CORRELATION] [ gap DISTANCE ]]\n" \
339 if (get_percent(&reorder.correlation, *argv)) {
354 if (get_percent(&corrupt.correlation, *argv)) {
597 if (reorder->correlation)
599 sprint_percent(reorder->correlation, b1));
605 if (corrupt->correlation)
    [all...]
  /external/libnl/include/linux/
pkt_sched.h 459 __u32 delay_corr; /* delay correlation */
460 __u32 loss_corr; /* packet loss correlation */
461 __u32 dup_corr; /* duplicate correlation */
467 __u32 correlation; member in struct:tc_netem_reorder
473 __u32 correlation; member in struct:tc_netem_corrupt
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
pkt_sched.h 486 __u32 delay_corr; /* delay correlation */
487 __u32 loss_corr; /* packet loss correlation */
488 __u32 dup_corr; /* duplicate correlation */
494 __u32 correlation; member in struct:tc_netem_reorder
500 __u32 correlation; member in struct:tc_netem_corrupt

Completed in 481 milliseconds

1 2 3 4 5 6 7 8 91011