Home
last modified time | relevance | path

Searched defs:STDDEV (Results 1 – 25 of 50) sorted by relevance

12

/dports/benchmarks/httperf/httperf-568322e/src/stat/
H A Dstats.h41 #define STDDEV(s,s2,n) (((n) < 2) ? 0.0 : sqrt (VAR ((s), (s2), (n)))) macro
/dports/math/math77/MATH77/demo/
H A Ddrdrane.f16 double precision DRANE, STATS(5), STDDEV, Y1, Y2, YTAB(1), ZERO variable
H A Ddrsrane.f16 real SRANE, STATS(5), STDDEV, Y1, Y2, YTAB(1), ZERO variable
H A Ddrssvdrs.f21 real SING(NMAX), STDDEV variable
H A Ddrdsvdrs.f21 double precision SING(NMAX), STDDEV variable
H A Ddrdhfti.f22 double precision DOF, PI, STDDEV, TAU, VAR variable
H A Ddrshfti.f22 real DOF, PI, STDDEV, TAU, VAR variable
/dports/math/math77/MATH77/
H A Ddrane.f32 double precision DNUMS(M), STDDEV local
H A Dsrane.f32 real SNUMS(M), STDDEV local
/dports/science/latte/LATTE-1.2.2/src/
H A Dgaussrn.F9015 REAL(LATTEPREC) :: MEAN, STDDEV local
H A Dnvtandersen.F9033 REAL(LATTEPREC) :: RN, MEAN, STDDEV local
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-math/src/main/java/de/lmu/ifi/dbs/elki/math/statistics/kernelfunctions/
H A DEpanechnikovKernelDensityFunction.java53 public static final double STDDEV = 1. / Math.sqrt(5.); field in EpanechnikovKernelDensityFunction
H A DTriangularKernelDensityFunction.java47 private static final double STDDEV = 1. / Math.sqrt(6.); field in TriangularKernelDensityFunction
H A DCosineKernelDensityFunction.java51 private static final double STDDEV = Math.sqrt(1. - 8. / MathUtil.PISQUARE); field in CosineKernelDensityFunction
H A DUniformKernelDensityFunction.java51 private static final double STDDEV = 1. / Math.sqrt(3.); field in UniformKernelDensityFunction
H A DTriweightKernelDensityFunction.java53 private static final double STDDEV = 1. / 3.; field in TriweightKernelDensityFunction
H A DBiweightKernelDensityFunction.java53 public static final double STDDEV = 1. / Math.sqrt(7.); field in BiweightKernelDensityFunction
H A DTricubeKernelDensityFunction.java47 private static final double STDDEV = Math.sqrt(35. / 243.); field in TricubeKernelDensityFunction
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/statistics/statistics_grid/
H A DGSGrid_Residuals.h78 STDDEV, enumerator
/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/chart/
H A DPriceChart.h37 STDDEV, enumerator
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/tests/
H A Dprofile_test.c56 #define PROFILE_TEST( name, MEAN, STDDEV, SAMPLES ) \ argument
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/tests/
H A Dprofile_test.c56 #define PROFILE_TEST( name, MEAN, STDDEV, SAMPLES ) \ argument
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/tests/
H A Dprofile_test.c56 #define PROFILE_TEST( name, MEAN, STDDEV, SAMPLES ) \ argument
/dports/net/ipxe/ipxe-2265a65/src/tests/
H A Dprofile_test.c56 #define PROFILE_TEST( name, MEAN, STDDEV, SAMPLES ) \ argument
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/tests/
H A Dprofile_test.c56 #define PROFILE_TEST( name, MEAN, STDDEV, SAMPLES ) \ argument

12