HomeSort by relevance Sort by last modified time
    Searched defs:df (Results 1 - 25 of 552) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
vector_student_t.py 39 pdf(x; df, mu, Sigma) = (1 + ||y||**2 / df)**(-0.5 (df + 1)) / Z
42 Z = abs(det(Sigma)) ( sqrt(df pi) Gamma(0.5 df) / Gamma(0.5 (df + 1)) )**k
59 X ~ StudentT(df, loc=0, scale=1)
76 pdf(x; df, mu, Sigma) = (1 + ||y||**2 / df)**(-0.5 (df + k)) /
228 def df(self): member in class:_VectorStudentT
    [all...]
chi2.py 38 freedom ("df") parameter.
45 pdf(x; df, x > 0) = x**(0.5 df - 1) exp(-0.5 x) / Z
46 Z = 2**(0.5 df) Gamma(0.5 df)
51 * `df` denotes the degrees of freedom,
59 Chi2(df) = Gamma(concentration=0.5 * df, rate=0.5)
65 df,
69 """Construct Chi2 distributions with parameter `df`
104 def df(self): member in class:Chi2
    [all...]
  /external/lisa/libs/utils/
perf_analysis.py 87 def df(self, task): member in class:PerfAnalysis
97 return self.perf_data[task]['df']
122 df = pd.read_table(self.logfile(task),
132 start_time = df['Timestamp'][0]/1e6
133 df['Time'] = df['Timestamp']/1e6 - start_time
134 df.set_index(['Time'], inplace=True)
139 df['PerfIndex'] = df['Slack'] / (df['CPeriod'] - df['CRun']
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_acosl.c 47 long double z,p,q,r,w,s,c,df; local
79 df = u.e;
80 c = (z-df*df)/(s+df);
85 return 2.0*(df+w);
e_acosf.c 37 float z,p,q,r,w,s,c,df; local
67 df = s;
68 GET_FLOAT_WORD(idf,df);
69 SET_FLOAT_WORD(df,idf&0xfffff000);
70 c = (z-df*df)/(s+df);
75 return (float)2.0*(df+w);
e_acos.c 67 double z,p,q,r,w,s,c,df; local
98 df = s;
99 SET_LOW_WORD(df,0);
100 c = (z-df*df)/(s+df);
105 return 2.0*(df+w);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
RegressionTest.java 36 DurationFormat df = DurationFormat.getInstance(ul); local
37 String result = df.formatDurationFromNow(500);
50 DurationFormatter df = pfs.newDurationFormatterFactory() local
53 String result = df.formatDurationFromNow(500);
69 DurationFormatter df = pfs.newDurationFormatterFactory() local
72 String result = df.formatDurationFromNow(500);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
RegressionTest.java 33 DurationFormat df = DurationFormat.getInstance(ul); local
34 String result = df.formatDurationFromNow(500);
47 DurationFormatter df = pfs.newDurationFormatterFactory() local
50 String result = df.formatDurationFromNow(500);
66 DurationFormatter df = pfs.newDurationFormatterFactory() local
69 String result = df.formatDurationFromNow(500);
  /external/lisa/tools/analysis/
run_binder_transaction_analysis.py 35 df = trace.data_frame.queue_df()
36 trace.analysis.binder_transaction.plot_samples(df, "delta_t",
39 trace.analysis.binder_transaction.plot_tasks(df, threshold, "__comm_x",
42 return df
54 df = trace.data_frame.alloc_df()
55 trace.analysis.binder_transaction.plot_samples(df, "size",
58 trace.analysis.binder_transaction.plot_tasks(df, threshold,
62 return df
74 df = trace.data_frame.alloc_df()
75 trace.analysis.binder_transaction.plot_samples(df, "delta_t"
109 df = run_queue_analysis(trace, args.threshold) variable
111 df = run_buffer_analysis(trace, args.threshold) variable
113 df = run_alloc_analysis(trace, args.threshold) variable
    [all...]
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
BitmapDrawableDupe.java 63 DecimalFormat df = new DecimalFormat("#.##"); local
75 t.setText("avgS=" + df.format(time / (icon.length * 1000000.)) + " ms");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
ParseExceptionTest.java 32 DateFormat df = DateFormat.getInstance(); local
33 df.parse("HelloWorld");
45 DateFormat df = DateFormat.getInstance(); local
46 df.parse("1999HelloWorld");
DecimalFormatTest.java 48 DecimalFormat df = new DecimalFormat(); local
49 df.setDecimalFormatSymbols(dfs);
50 df.format(Double.NaN);
339 DecimalFormat df = new DecimalFormat(); local
341 Number nb = df.parse("" + Long.MIN_VALUE, pos);
347 df = new DecimalFormat();
349 nb = df.parse("" + Long.MAX_VALUE, pos);
356 df = new DecimalFormat();
358 nb = df.parse("invalid", pos);
658 DecimalFormat df = new DecimalFormat() local
664 DecimalFormat df = new DecimalFormat(); local
670 DecimalFormat df = new DecimalFormat(); local
676 DecimalFormat df = new DecimalFormat(); local
1013 DecimalFormat df = new DecimalFormat("###0.##", new DecimalFormatSymbols(Locale.US)); local
1030 DecimalFormat df = new DecimalFormat("###0.##", new DecimalFormatSymbols(Locale.US)); local
1059 DecimalFormat df = new DecimalFormat("00.0#E0", dfs); local
1284 DecimalFormat df = new DecimalFormat("00.0#E0", dfs); local
1338 DecimalFormat df = new DecimalFormat("###0.##"); local
1348 DecimalFormat df = new DecimalFormat("###0.##", new DecimalFormatSymbols(Locale.US)); local
1362 DecimalFormat df = new DecimalFormat("00.0#E0", dfs); local
1517 DecimalFormat df = new DecimalFormat("#.#", dfs); local
1679 DecimalFormat df = new DecimalFormat("#0.#", dfs); local
1706 DecimalFormat df = (DecimalFormat) NumberFormat.getInstance(Locale.ENGLISH); local
1716 DecimalFormat df = (DecimalFormat) NumberFormat.getCurrencyInstance(new Locale("ko", "KR")); local
1740 DecimalFormat df = new DecimalFormat("###0.##"); local
1753 DecimalFormat df = new DecimalFormat("###0.##"); local
1762 DecimalFormat df = new DecimalFormat("###0.##"); local
1856 DecimalFormat df = new DecimalFormat("###0.##"); local
1874 DecimalFormat df = new DecimalFormat("###0.##", new DecimalFormatSymbols(Locale.US)); local
1883 DecimalFormat df = ((DecimalFormat) NumberFormat.getCurrencyInstance(locale)); local
1901 DecimalFormat df = new DecimalFormat("###0.##", new DecimalFormatSymbols(Locale.ENGLISH)); local
1916 DecimalFormat df = null; local
2035 DecimalFormat df = new DecimalFormat(); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatMiscTests.java 84 SimpleDateFormat df = new SimpleDateFormat("E hh:mm", symbols); local
85 SimpleDateFormat dfClone = (SimpleDateFormat) df.clone();
87 logln(df.toLocalizedPattern());
88 String s0 = df.format(d);
92 logln(df.toLocalizedPattern());
93 String s1 = df.format(d);
98 if (!df.equals(dfClone)) {
105 SimpleDateFormat df = new SimpleDateFormat("E hh:mm"); local
106 df.setDateFormatSymbols(symbols);
107 SimpleDateFormat dfClone = (SimpleDateFormat) df.clone()
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatMiscTests.java 81 SimpleDateFormat df = new SimpleDateFormat("E hh:mm", symbols); local
82 SimpleDateFormat dfClone = (SimpleDateFormat) df.clone();
84 logln(df.toLocalizedPattern());
85 String s0 = df.format(d);
89 logln(df.toLocalizedPattern());
90 String s1 = df.format(d);
95 if (!df.equals(dfClone)) {
102 SimpleDateFormat df = new SimpleDateFormat("E hh:mm"); local
103 df.setDateFormatSymbols(symbols);
104 SimpleDateFormat dfClone = (SimpleDateFormat) df.clone()
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ISO8601Converter.java 314 DecimalFormat df = new DecimalFormat("0000", new DecimalFormatSymbols(Locale.ENGLISH)); local
315 buffer.append(df.format(dateTime.getYear()));
322 df.applyPattern("'-'00");
323 buffer.append(df.format(dateTime.getMonth()));
330 buffer.append(df.format(dateTime.getDay()));
341 df.applyPattern("00");
342 buffer.append(df.format(dateTime.getHour()));
344 buffer.append(df.format(dateTime.getMinute()));
351 df.applyPattern(":00.#########");
352 buffer.append(df.format(seconds))
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DecimalFormatTest.java 25 DecimalFormat df = new DecimalFormat("#,#0.00"); local
29 testEHCS(df, df2, dfn);
43 DecimalFormat df = new DecimalFormat(); local
44 assertEquals("9,223,372,036,854,775,807", df.format(lmax));
51 DecimalFormat df = new DecimalFormat("#,##0.000"); local
52 assertEquals("23.330", df.format(dsmall));
60 DecimalFormat df = new DecimalFormat("#,##0.000", sym); local
61 assertEquals("23,330", df.format(dsmall));
69 DecimalFormat df = new DecimalFormat("#,##0.000", sym); local
70 assertEquals(sym, df.getDecimalFormatSymbols())
77 DecimalFormat df = new DecimalFormat(); local
86 DecimalFormat df = new DecimalFormat("+#,##0.#;-#,##0.#"); local
94 DecimalFormat df = new DecimalFormat("+#,##0.#;-#,##0.#"); local
103 DecimalFormat df = new DecimalFormat("+#,##0.#;-#,##0.#"); local
111 DecimalFormat df = new DecimalFormat("+#,##0.#;-#,##0.#"); local
120 DecimalFormat df = new DecimalFormat("+#,##0.#**;-#,##0.#~~"); local
128 DecimalFormat df = new DecimalFormat("+#,##0.#;-#,##0.#"); local
137 DecimalFormat df = new DecimalFormat("+#,##0.#**;-#,##0.#~~"); local
145 DecimalFormat df = new DecimalFormat("+#,##0.#;-#,##0.#"); local
154 DecimalFormat df = new DecimalFormat("%000"); local
163 DecimalFormat df = new DecimalFormat("%000"); local
173 DecimalFormat df = new DecimalFormat("#,#0.#"); local
181 DecimalFormat df = new DecimalFormat("#,##0.##"); local
191 DecimalFormat df = new DecimalFormat("#.#"); local
203 DecimalFormat df = new DecimalFormat("#.#"); local
214 DecimalFormat df = new DecimalFormat("#,##0.##"); local
222 DecimalFormat df = new DecimalFormat("#,##0.##", new DecimalFormatSymbols(Locale.FRANCE)); local
231 DecimalFormat df = new DecimalFormat("#,##0.##"); local
240 DecimalFormat df = new DecimalFormat("#,##0.##", new DecimalFormatSymbols(Locale.FRANCE)); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
DecimalFormatTest.java 32 DecimalFormat df = new DecimalFormat("0E0"); local
33 assertEquals("1E4", df.format(12345.));
35 DecimalFormatSymbols dfs = df.getDecimalFormatSymbols();
37 df.setDecimalFormatSymbols(dfs);
38 assertEquals("1-useless-api-4", df.format(12345.));
42 DecimalFormat df = (DecimalFormat) DecimalFormat.getInstance(Locale.US); local
43 df.setMaximumFractionDigits(0);
44 df.setRoundingMode(RoundingMode.HALF_UP);
45 assertEquals("-0", df.format(-0.2));
46 df.setMaximumFractionDigits(1)
123 DecimalFormat df = (DecimalFormat) NumberFormat.getInstance(); local
163 DecimalFormat df = (DecimalFormat)NumberFormat.getInstance(); local
171 DecimalFormat df = (DecimalFormat)NumberFormat.getIntegerInstance(locale); local
197 DecimalFormat df = (DecimalFormat) NumberFormat.getCurrencyInstance(Locale.US); local
205 DecimalFormat df = (DecimalFormat) NumberFormat.getCurrencyInstance(Locale.US); local
288 DecimalFormat df = new DecimalFormat("00"); local
388 android.icu.text.DecimalFormat df = new android.icu.text.DecimalFormat(pattern, local
404 android.icu.text.DecimalFormat df = new android.icu.text.DecimalFormat(pattern, local
421 android.icu.text.DecimalFormat df = new android.icu.text.DecimalFormat(pattern, local
445 android.icu.text.DecimalFormat df = new android.icu.text.DecimalFormat(pattern, local
461 android.icu.text.DecimalFormat df = new android.icu.text.DecimalFormat(pattern, local
494 android.icu.text.DecimalFormat df = new android.icu.text.DecimalFormat(pattern, local
509 android.icu.text.DecimalFormat df = new android.icu.text.DecimalFormat(pattern, local
534 android.icu.text.DecimalFormat df = new android.icu.text.DecimalFormat(pattern, local
608 DecimalFormat df = new DecimalFormat(pattern, DecimalFormatSymbols.getInstance(Locale.US)); local
620 DecimalFormat df = new DecimalFormat(pattern, DecimalFormatSymbols.getInstance(Locale.US)); local
    [all...]
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
StorageDeviceInfo.java 65 Process df = new ProcessBuilder("df -k").start(); local
66 Scanner scanner = new Scanner(df.getInputStream());
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
dumpnode.c 320 void df(Node * p) function
322 void df(p)
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
e_acos.c 79 double z,p,q,r,w,s,c,df; local
113 df = s;
114 SET_LOW_WORD(df,0);
115 c = (z-df*df)/(s+df);
120 return 2.0*(df+w);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
TTestImpl.java 898 protected double df(double v1, double v2, double n1, double n2) { method in class:TTestImpl
    [all...]
  /external/eigen/test/
denseLM.cpp 78 int df(const VectorType& uv, JacobianType& fjac) function in struct:DenseLM
sparseLM.cpp 83 int df(const VectorType& uv, JacobianType& fjac) function in struct:sparseGaussianTest
  /external/eigen/unsupported/Eigen/src/NumericalDiff/
NumericalDiff.h 25 * This class allows you to add a method df() to your functor, which will
28 * for the derivative, you should rather implement df() by yourself.
64 int df(const InputType& _x, JacobianType &jac) const function in class:Eigen::NumericalDiff
  /external/fdlibm/
e_acos.c 67 double z,p,q,r,w,s,c,df; local
96 df = s;
97 __LO(df) = 0;
98 c = (z-df*df)/(s+df);
103 return 2.0*(df+w);

Completed in 1749 milliseconds

1 2 3 4 5 6 7 8 91011>>