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

1 2 3 4 5 6 7

  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
chi2.py 41 freedom ("df") parameter.
48 pdf(x; df, x > 0) = x**(0.5 df - 1) exp(-0.5 x) / Z
49 Z = 2**(0.5 df) Gamma(0.5 df)
54 * `df` denotes the degrees of freedom,
62 Chi2(df) = Gamma(concentration=0.5 * df, rate=0.5)
76 df,
80 """Construct Chi2 distributions with parameter `df`
119 def df(self): member in class:Chi2
    [all...]
vector_student_t.py 40 pdf(x; df, mu, Sigma) = (1 + ||y||**2 / df)**(-0.5 (df + 1)) / Z
43 Z = abs(det(Sigma)) ( sqrt(df pi) Gamma(0.5 df) / Gamma(0.5 (df + 1)) )**k
60 X ~ StudentT(df, loc=0, scale=1)
77 pdf(x; df, mu, Sigma) = (1 + ||y||**2 / df)**(-0.5 (df + k)) /
238 def df(self): member in class:_VectorStudentT
    [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/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...]
IntlTestDecimalFormatSymbolsC.java 141 DecimalFormat df = new DecimalFormat(pattern, sym); local
144 buffer = df.format(value, buffer, pos);
  /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...]
IntlTestDecimalFormatSymbolsC.java 138 DecimalFormat df = new DecimalFormat(pattern, sym); local
141 buffer = df.format(value, buffer, pos);
  /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/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/ar/
ArArchiveOutputStreamTest.java 48 final File[] df = createTempDirAndFile(); local
49 try (FileOutputStream fos = new FileOutputStream(df[1]);
59 checkArchiveContent(df[1], expected);
61 rmdir(df[0]);
  /external/cldr/tools/java/org/unicode/cldr/tool/
ChartDayPeriods.java 60 DateFormat df = DateFormat.getPatternInstance("HH:mm", ULocale.ENGLISH); local
61 df.setTimeZone(TimeZone.GMT_ZONE);
87 .addCell(df.format(time))
  /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...]
  /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);
  /external/jemalloc/test/unit/
math.c 257 * df={0.1, 1.1, 10.1, 100.1, 1000.1}).
298 double df = pt_chi2_df[i]; local
299 double ln_gamma_df = ln_gamma(df * 0.5);
302 assert_true(double_eq_rel(pt_chi2(p, df, ln_gamma_df),
  /external/jemalloc_new/test/unit/
math.c 254 * df={0.1, 1.1, 10.1, 100.1, 1000.1}).
294 double df = pt_chi2_df[i]; local
295 double ln_gamma_df = ln_gamma(df * 0.5);
298 assert_true(double_eq_rel(pt_chi2(p, df, ln_gamma_df),

Completed in 4300 milliseconds

1 2 3 4 5 6 7