Home
last modified time | relevance | path

Searched refs:zmean (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/p5-SVG-Graph/SVG-Graph-0.04/lib/SVG/Graph/Glyph/
H A Dheatmap.pm37 my $zmean = $self->group->zmean;
42 $zmean = 0.5;
102 if ( $zval > $zmean && $rhd > 0 ) {
105 elsif ( $zval > $zmean && $rhd < 0 ) {
108 if ( $zval < $zmean && $rld > 0 ) {
111 elsif ( $zval < $zmean && $rld < 0 ) {
116 if ( $zval > $zmean && $ghd > 0 ) {
119 elsif ( $zval > $zmean && $ghd < 0 ) {
122 if ( $zval < $zmean && $gld > 0 ) {
130 if ( $zval > $zmean && $bhd > 0 ) {
[all …]
/dports/audio/julius/julius-4.1.2/libsent/src/adin/
H A Dzmean.c44 static float zmean = 0.0; ///< Current mean variable
54 zmean = 0.0; in zmean_reset()
77 sum = zmean * zlen; in sub_zmean()
82 zmean = sum / (float)zlen; in sub_zmean()
85 d = (float)speech[i] - zmean; in sub_zmean()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/tools/
H A Dgenerate.cpp138 float zmean = default_zmean; in main() local
152 parse_argument (argc, argv, "-zmean", zmean); in main()
195 NormalGenerator<float>::Parameters z_params (zmean, zstddev, seed++); in main()
/dports/science/pybrain/pybrain-0.3.3/pybrain/optimization/distributionbased/
H A Dcmaes.py73 zmean = dot(arzsel, self.weights)
81 … + sqrt(self.cumStep * (2 - self.cumStep) * self.muEff) * dot(self.B, zmean) # Eq. (4)
85 … sqrt(self.cumCov * (2 - self.cumCov) * self.muEff) * dot(dot(self.B, self.D), zmean) # Eq. (2)
/dports/math/R-cran-raster/raster/R/
H A DcellStats.R149 zmean <- cellStats(x, 'mean') functionVar
212 d <- t( t(d) - zmean )
364 zmean <- cellStats(x, 'mean') functionVar
418 d <- (d - zmean)
/dports/math/ggobi/ggobi-2.1.11/src/
H A Dtransform.c605 gdouble zmean=0, zvar=0; in transform2_apply() local
615 zmean += dtmp; in transform2_apply()
618 zmean /= (gdouble) d->nrows_in_plot; in transform2_apply()
619 zvar = sqrt (zvar / (gdouble) d->nrows_in_plot - zmean*zmean); in transform2_apply()
621 zscore_data[i] = (zscore_data[i] - zmean) / zvar; in transform2_apply()
/dports/math/jags/JAGS-4.3.0/src/modules/mix/distributions/
H A Dtestmixdist.cc330 double zmean = normmix_mean(par, len); in test_mean_normmix() local
332 CPPUNIT_ASSERT_DOUBLES_EQUAL_MESSAGE(_dnormmix->name(), zmean, xmean, in test_mean_normmix()
/dports/graphics/p5-SVG-Graph/SVG-Graph-0.04/lib/SVG/Graph/
H A DData.pm138 sub zmean { $_[0]->_recalculate_stats; return $_[0]->zstat->mean } subroutine
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optim/nonlinear/scalar/noderiv/
H A DCMAESOptimizer.java437 final RealMatrix zmean = bestArz.multiply(weights); in doOptimize() local
438 final boolean hsig = updateEvolutionPaths(zmean, xold); in doOptimize()
654 private boolean updateEvolutionPaths(RealMatrix zmean, RealMatrix xold) { in updateEvolutionPaths() argument
656 B.multiply(zmean).scalarMultiply( in updateEvolutionPaths()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optimization/direct/
H A DCMAESOptimizer.java553 final RealMatrix zmean = bestArz.multiply(weights); in doOptimize() local
554 final boolean hsig = updateEvolutionPaths(zmean, xold); in doOptimize()
773 private boolean updateEvolutionPaths(RealMatrix zmean, RealMatrix xold) { in updateEvolutionPaths() argument
775 B.multiply(zmean).scalarMultiply(FastMath.sqrt(cs * (2 - cs) * mueff))); in updateEvolutionPaths()
/dports/audio/julius/julius-4.1.2/libsent/
H A DMakefile.in41 src/adin/zmean.o \
/dports/audio/julius/julius-4.1.2/
H A DSample.jconf64 #-zmean # remove DC offset (use long input average)
65 #-nozmean # disable "-zmean" specified before
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dpm3d.c389 double zmean = 0; in pm3d_depth_queue_flush() local
406 zmean += out.z; in pm3d_depth_queue_flush()
412 qp->z = zmean / nv; in pm3d_depth_queue_flush()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dpm3d.c389 double zmean = 0; in pm3d_depth_queue_flush() local
406 zmean += out.z; in pm3d_depth_queue_flush()
412 qp->z = zmean / nv; in pm3d_depth_queue_flush()
/dports/science/PETSc/petsc-3.14.1/src/contrib/fun3d/comp/
H A Duser.F2035 zmean = .5*(z(node1) + z(node2))
2044 rz = second*(zmean - z(node1))
2102 rz = second*(zmean - z(node2))
2542 zmean = .5*(z(node1) + z(node2))
2579 rz = zmean - z(node1)
2605 rz = zmean - z(node2)
/dports/science/PETSc/petsc-3.14.1/src/contrib/fun3d/incomp/
H A Duser.F1000 PetscScalar xmean,ymean,zmean,xnorm,ynorm
1201 zmean = .5d0*(z(node1) + z(node2))
1241 rz = second*(zmean - z(node1))
1261 rz = second*(zmean - z(node2))
/dports/science/dynare/dynare-4.6.4/matlab/optimization/
H A Dcmaes.m1085 zmean = arz(:,fitness.idxsel(1:mu))*weights;%==D^-1*B'*(xmean-xold)/sigma variable
1095 ps = (1-cs)*ps + sqrt(cs*(2-cs)*mueff) * (B*zmean); % Eq. (4)
/dports/graphics/photoflow/PhotoFlow-8472024f/src/vips/gmic/gmic/src/
H A Dgmic_def.gmic40017 #@gmic zmean
40019 zmean :
40027 --zmean -sqr[-1]
40028 -l[0] -sqr -zmean -endl