Home
last modified time | relevance | path

Searched +refs:outlier +refs:fill (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/dports/math/R-cran-outliers/outliers/R/
H A Drm.outlier.R2 function (x, fill = FALSE, median = FALSE, opposite = FALSE) argument
5 apply(x, 2, rm.outlier, fill = fill, median = median, opposite = opposite)
7 as.data.frame(sapply(x, rm.outlier, fill = fill, median = median, opposite = opposite))
10 if (!fill) res[-which(x == outlier(x,opposite))]
12 if (median) res[which(x == outlier(x,opposite))]<-median(x[-which(x == outlier(x,opposite))])
13 else res[which(x == outlier(x,opposite))]<-mean(x[-which(x == outlier(x,opposite))])
/dports/math/R-cran-outliers/outliers/man/
H A Drm.outlier.Rd1 \name{rm.outlier}
2 \alias{rm.outlier}
11 rm.outlier(x, fill = FALSE, median = FALSE, opposite = FALSE)
19 \item{fill}{ If set to TRUE, the median or mean is placed instead of outlier. Otherwise,
37 outlier(y)
38 outlier(y,opposite=TRUE)
39 rm.outlier(y)
40 rm.outlier(y,opposite=TRUE)
42 outlier(y)
43 outlier(y,logical=TRUE)
[all …]
/dports/math/octave-forge-outliers/outliers-0.13.9/inst/
H A Drmoutlier.m24 ## [res] = rmoutlier(x,fill,median,opposite)
31 ## fill: If set to 1 (default 0), the median or mean is placed instead of
32 ## outlier. Otherwise, the outlier(s) is/are simply removed.
34 ## median: If set to 1 (default 0), median is used instead of mean in outlier
43 ## A dataset of the same type as argument, with outlier(s) removed or
54 function [res] = rmoutlier(x,fill,median,opposite)
63 fill=0;
69 rr = rmoutlier(x(:,i),fill,median,opposite);
75 ou = find(x == outlier(x,opposite));
80 if ~fill
/dports/graphics/R-cran-ggplot2/ggplot2/man/
H A Dgeom_boxplot.Rd14 outlier.colour = NULL,
15 outlier.color = NULL,
16 outlier.fill = NULL,
17 outlier.shape = 19,
18 outlier.size = 1.5,
19 outlier.stroke = 0.5,
20 outlier.alpha = NULL,
72 \item{outlier.colour, outlier.color, outlier.fill, outlier.shape, outlier.size, outlier.stroke, out…
163 \item \code{fill}
196 p + geom_boxplot(fill = "white", colour = "#3366FF")
[all …]
H A Dposition_jitterdodge.Rd35 a fill aesthetic supplied).
39 ggplot(dsub, aes(x = cut, y = carat, fill = clarity)) +
40 geom_boxplot(outlier.size = 0) +
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/renderer/xy/
H A DXYBoxAndWhiskerRenderer.java461 g2.fill(box); in drawHorizontalItem()
482 g2.fill(avgEllipse); in drawHorizontalItem()
608 g2.fill(box); in drawVerticalItem()
631 g2.fill(avgEllipse); in drawVerticalItem()
646 if (outlier > boxAndWhiskerData.getMaxOutlier(series, in drawVerticalItem()
650 else if (outlier < boxAndWhiskerData.getMinOutlier(series, in drawVerticalItem()
656 yyOutlier = rangeAxis.valueToJava2D(outlier, dataArea, in drawVerticalItem()
672 Outlier outlier = (Outlier) iterator.next(); in drawVerticalItem() local
673 outlierListCollection.add(outlier); in drawVerticalItem()
686 Outlier outlier = list.getAveragedOutlier(); in drawVerticalItem() local
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/mul/clsfy/tests/
H A Dtest_binary_hyperplane.cxx51 mean1.fill(1.0); in test_binary_hyperplane()
52 var0.fill(0.6); var0(0) = 0.8; in test_binary_hyperplane()
92 x.fill(0.0); in test_binary_hyperplane()
166 x.fill(0.0); in test_binary_hyperplane()
233 origin.fill(0.0); in test_clsfy_geman_mcclure_build()
245 meanPos.fill(0.0); in test_clsfy_geman_mcclure_build()
247 meanNeg.fill(0.0); in test_clsfy_geman_mcclure_build()
274 bool outlier=false; in test_clsfy_geman_mcclure_build() local
285 outlier = true; in test_clsfy_geman_mcclure_build()
290 outlier = true; in test_clsfy_geman_mcclure_build()
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/addons/batikvis/src/main/java/de/lmu/ifi/dbs/elki/visualization/visualizers/scatterplot/outlier/
H A DBubbleVisualization.java21 package de.lmu.ifi.dbs.elki.visualization.visualizers.scatterplot.outlier;
32 import de.lmu.ifi.dbs.elki.result.outlier.OutlierResult;
40 import de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierLinearScaling;
41 import de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierScaling;
212 if(settings.fill) { in fullRedraw()
245 if(settings.fill) { in setupCSS()
299 protected boolean fill; field in BubbleVisualization.Parameterizer
311 fill = fillF.isTrue(); in makeOptions()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/renderer/category/
H A DBoxAndWhiskerRenderer.java692 g2.fill(box); in drawHorizontalItem()
729 g2.fill(avgEllipse); in drawHorizontalItem()
840 g2.fill(box); in drawVerticalItem()
876 g2.fill(avgEllipse); in drawVerticalItem()
918 if (outlier > maxOutlier.doubleValue()) { in drawVerticalItem()
921 else if (outlier < minOutlier.doubleValue()) { in drawVerticalItem()
924 else if (outlier > maxRegular.doubleValue()) { in drawVerticalItem()
942 Outlier outlier = (Outlier) iterator.next(); in drawVerticalItem() local
943 outlierListCollection.add(outlier); in drawVerticalItem()
949 Outlier outlier = list.getAveragedOutlier(); in drawVerticalItem() local
[all …]
/dports/science/gromacs/gromacs-2021.4/api/nblib/listed_forces/
H A Dcalculator.cpp87 energyBuffer_.fill(0); in computeForcesAndEnergies()
123 for (const auto& outlier : otherBuffer) in computeForcesAndEnergies() local
125 int index = outlier.first; in computeForcesAndEnergies()
129 auto force = outlier.second; in computeForcesAndEnergies()
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/r2d3/docs/articles/gallery/morley/
H A Dmorley.css15 .box .outlier {
16 fill: none;
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/r2d3/vignettes/gallery/morley/
H A Dmorley.css15 .box .outlier {
16 fill: none;
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-outlier/src/main/java/de/lmu/ifi/dbs/elki/algorithm/outlier/
H A DCOP.java21 package de.lmu.ifi.dbs.elki.algorithm.outlier;
46 import de.lmu.ifi.dbs.elki.result.outlier.OutlierResult;
47 import de.lmu.ifi.dbs.elki.result.outlier.OutlierScoreMeta;
48 import de.lmu.ifi.dbs.elki.result.outlier.ProbabilisticOutlierScore;
259 Arrays.fill(projected, vdim + 1, dim, 0.); in run()
286 Arrays.fill(centroid, 0); in computeCentroid()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-outlier/src/main/java/de/lmu/ifi/dbs/elki/algorithm/outlier/subspace/
H A DOUTRES.java21 package de.lmu.ifi.dbs.elki.algorithm.outlier.subspace;
26 import de.lmu.ifi.dbs.elki.algorithm.outlier.OutlierAlgorithm;
47 import de.lmu.ifi.dbs.elki.result.outlier.InvertedOutlierScoreMeta;
48 import de.lmu.ifi.dbs.elki.result.outlier.OutlierResult;
49 import de.lmu.ifi.dbs.elki.result.outlier.OutlierScoreMeta;
321 Arrays.fill(epsilons, Double.NEGATIVE_INFINITY); in KernelDensityEstimator()
H A DAggarwalYuEvolutionary.java21 package de.lmu.ifi.dbs.elki.algorithm.outlier.subspace;
39 import de.lmu.ifi.dbs.elki.result.outlier.InvertedOutlierScoreMeta;
40 import de.lmu.ifi.dbs.elki.result.outlier.OutlierResult;
41 import de.lmu.ifi.dbs.elki.result.outlier.OutlierScoreMeta;
334 Arrays.fill(gene, DONT_CARE); in initialPopulation()
618 Arrays.fill(gene, DONT_CARE); in nullIndividuum()
/dports/databases/grass7/grass-7.8.6/lib/gis/
H A Drenamed_options195 # r.basins.fill
198 r.basins.fill|result:output
231 # r.fill.dir
232 r.fill.dir|elevation:input
234 r.fill.dir|outdir:direction
235 r.fill.dir|type:format
643 # v.outlier
644 v.outlier|soe:ew_step
645 v.outlier|son:ns_step
646 v.outlier|lambda_i:lambda
[all …]
/dports/math/octave-forge-statistics/statistics-1.4.3/inst/
H A Dboxplot.m55 ## @var{symbol} sets the symbol for the outlier values. The default symbol
140 ## one character or 1x3 vector of RGB values, specify the fill color of all
142 ## entered, box #1's fill color corrresponds to the first character or first
143 ## matrix row, and the next boxes' fill colors corresponds to the next
546 ## Initialize whisker matrices to correct size and all necessary outlier
674 ## Calculate coordinates for outlier tags
693 ## Print outlier tags
714 ## Print outlier tags
725 ## Distribute handles for box outlines and box fill (if any)
819 f = [ f; fill(quartile_y(:, icol), quartile_x(:, icol), ...
[all …]
/dports/math/octave/octave-6.4.0/scripts/plot/draw/private/
H A D__contour__.m45 if (strcmpi (arg, "fill"))
125 ## Strip off max outlier, min must stay for contourf hole algorithm.
162 addproperty ("fill", hg, "radio", "on|{off}", filled);
203 addlistener (hg, "fill", {@update_data, "fill"});
242 fill = get (hg, "fill"); variable
248 filled = get (hg, "fill");
458 case "fill"
460 if (strcmp (get (h, "fill"), "off"))
486 ## Strip off max outlier, min must stay for contourf hole algorithm.
490 if (strcmp (get (h, "fill"), "on"))
/dports/devel/caf/actor-framework-0.18.5/scripts/
H A Dcaf-prof211 aes(x=label, y=cpu, fill=util) +
214 geom_boxplot(outlier.colour="grey") +
229 aes(x=label, y=util, fill=dom) +
250 aes(x=label, y=value, fill=variable) +
/dports/math/R/R-4.1.2/src/library/graphics/man/
H A Dbxp.Rd86 \item{staplewex, outwex:}{staple and outlier line width expansion,
89 color, and fill color (which currently defaults to \code{col} and will
101 \item{outlty, outlwd, outpch, outcex, outcol, outbg:}{outlier line
H A Dboxplot.Rd87 \item{outwex}{outlier line width expansion, proportional to box
133 indicate to which group the outlier belongs.}
201 fill = c("yellow", "orange"))
/dports/math/libRmath/R-4.1.1/src/library/graphics/man/
H A Dbxp.Rd86 \item{staplewex, outwex:}{staple and outlier line width expansion,
89 color, and fill color (which currently defaults to \code{col} and will
101 \item{outlty, outlwd, outpch, outcex, outcol, outbg:}{outlier line
H A Dboxplot.Rd87 \item{outwex}{outlier line width expansion, proportional to box
133 indicate to which group the outlier belongs.}
201 fill = c("yellow", "orange"))
/dports/math/p5-Statistics-Basic/Statistics-Basic-1.6611/
H A DChanges71 - noticed a half-way implemented set_vector fill-disabler, why
75 half implemented fill disabler
146 - added a filtered-outlier test
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/Collections/
H A DCollection.sc15 *fill { | size, function |
642 freqs = Array.fill(steps, 0);
655 } { // else it is an outlier.

12345678910>>...14