Home
last modified time | relevance | path

Searched refs:faithful (Results 1 – 25 of 1588) sorted by relevance

12345678910>>...64

/dports/math/R/R-4.1.2/src/library/datasets/man/
H A Dfaithful.Rd1 % File src/library/datasets/man/faithful.Rd
6 \name{faithful}
8 \alias{faithful}
15 \usage{faithful}
35 A closer look at \code{faithful$eruptions} reveals that these are
48 f.tit <- "faithful data: Eruptions of Old Faithful"
50 ne60 <- round(e60 <- 60 * faithful$eruptions)
53 faithful$better.eruptions <- ne60 / 60
58 plot(faithful[, -3], main = f.tit,
61 lines(lowess(faithful$eruptions, faithful$waiting, f = 2/3, iter = 3),
/dports/math/libRmath/R-4.1.1/src/library/datasets/man/
H A Dfaithful.Rd1 % File src/library/datasets/man/faithful.Rd
6 \name{faithful}
8 \alias{faithful}
15 \usage{faithful}
35 A closer look at \code{faithful$eruptions} reveals that these are
48 f.tit <- "faithful data: Eruptions of Old Faithful"
50 ne60 <- round(e60 <- 60 * faithful$eruptions)
53 faithful$better.eruptions <- ne60 / 60
58 plot(faithful[, -3], main = f.tit,
61 lines(lowess(faithful$eruptions, faithful$waiting, f = 2/3, iter = 3),
/dports/math/gap/gap-4.11.0/pkg/ctbllib/tst/
H A Dctocenex.tst50 #I 6.A6: need 4 faithful irreducibles
52 #I 6.A7: need 5 faithful irreducibles
54 #I 6.L3(4): need 7 faithful irreducibles
56 #I 12_1.L3(4): need 5 faithful irreducibles
59 #I 12_2.L3(4): need 6 faithful irreducibles
61 #I 6.M22: need 10 faithful irreducibles
64 #I 12.M22: need 7 faithful irreducibles
76 #I 6.O7(3): need 12 faithful irreducibles
79 #I 6.U6(2): need 28 faithful irreducibles
82 #I 6.Suz: need 29 faithful irreducibles
[all …]
/dports/math/R-cran-lava/lava/man/
H A Dmvnmix.Rd60 data(faithful)
62 M1 <- mvnmix(faithful[,"waiting",drop=FALSE],k=2)
63 M2 <- mvnmix(faithful,k=2)
/dports/math/gap/gap-4.11.0/pkg/atlasrep/gap/
H A Dmindeg.gd19 ## The information about the minimal degree of a faithful <E>matrix
28 ## faithful <E>permutation representation</E> of <M>G</M>
57 ## faithful permutation representation is transitive.
131 ## then <C>value</C>, if known, is the degree of a minimal faithful
138 ## faithful (not necessarily irreducible) matrix representation
144 ## of a minimal faithful (not necessarily irreducible)
232 ## faithful permutation representation of <M>G</M>)
239 ## components <C>value</C> (the degree of a smallest faithful matrix
249 ## faithful matrix representations of <M>G</M> over a field of size
295 ## which means that <A>value</A> is the degree of minimal faithful
[all …]
/dports/graphics/R-cran-ggplot2/ggplot2/man/
H A Dstat_ellipse.Rd83 ggplot(faithful, aes(waiting, eruptions)) +
87 ggplot(faithful, aes(waiting, eruptions, color = eruptions > 3)) +
91 ggplot(faithful, aes(waiting, eruptions, color = eruptions > 3)) +
96 ggplot(faithful, aes(waiting, eruptions, color = eruptions > 3)) +
102 ggplot(faithful, aes(waiting, eruptions, fill = eruptions > 3)) +
H A Dfaithfuld.Rd20 \link{faithful}.
/dports/math/gap/gap-4.11.0/lib/
H A Dctblpope.gi1799 # columns; after `faithful\:= Indirection( faithful, fusionperm )' and
1874 faithful:= [];
1958 if IsBound( faithful[i] ) then
1960 lower[i]:= faithful[i];
1965 upper[i]:= faithful[i];
1970 faithful[i]:= lower[i];
2004 if i[1] <= faithful[1]
2070 if IsBound( faithful[i] ) then
2081 faithful:= collfaithful;
2247 faithful[i]:= L;
[all …]
H A Dschursym.gd20 ## Key="Schur1911"/>; an inductive procedure to construct faithful,
100 ## as a faithful, irreducible matrix group in characteristic <A>p</A>
111 ## <A>sign</A> is ignored. For <M><A>p</A> = 2</M>, there is no faithful,
137 ## faithful, completely reducible matrix group in characteristic <A>p</A>
141 ## <K>fail</K> is returned. For <M>p = 2</M>, there is no faithful, completely
/dports/textproc/p5-JSON-Validator/JSON-Validator-5.04/t/
H A Djv-const.t4 my $faithful = {type => 'object', properties => {constancy => {const => "as the northern star"}}};
7 validate_ok {name => "Caesar", constancy => "as the northern star"}, $faithful;
10 …lidate_ok {name => "Cassius", constancy => "Cassius from bondage will deliver Cassius"}, $faithful,
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/resources/templates/
H A Dshiny_presentation.Rmd23 hist(faithful$eruptions, probability = TRUE, breaks = as.numeric(input$n_breaks),
26 dens <- density(faithful$eruptions, adjust = input$bw_adjust)
H A Dshiny.Rmd23 hist(faithful$eruptions, probability = TRUE, breaks = as.numeric(input$n_breaks),
26 dens <- density(faithful$eruptions, adjust = input$bw_adjust)
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rsconnect/tests/testthat/shinyapp-with-absolute-paths/
H A DShinyPresentation.Rmd30 hist(faithful$eruptions, probability = TRUE, breaks = as.numeric(input$n_breaks),
33 dens <- density(faithful$eruptions, adjust = input$bw_adjust)
H A DShinyDocument.Rmd27 hist(faithful$eruptions, probability = TRUE, breaks = as.numeric(input$n_breaks),
30 dens <- density(faithful$eruptions, adjust = input$bw_adjust)
H A Dserver.R21 x <- faithful[, 2]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/stat/
H A Dfaithful_test.go8 var faithful = struct{ waiting, eruptions []float64 }{ var
H A Dstat_test.go908 x: faithful.waiting,
909 y: faithful.eruptions,
921 x: faithful.waiting,
922 y: faithful.eruptions,
935 x: faithful.waiting,
936 y: faithful.eruptions,
938 w := make([]float64, len(faithful.eruptions))
955 x: faithful.waiting,
956 y: faithful.eruptions,
957 weights: faithful.waiting, // Just an arbitrary set of non-uniform weights.
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/stat/
H A Dfaithful_test.go8 var faithful = struct{ waiting, eruptions []float64 }{ var
H A Dstat_test.go907 x: faithful.waiting,
908 y: faithful.eruptions,
920 x: faithful.waiting,
921 y: faithful.eruptions,
934 x: faithful.waiting,
935 y: faithful.eruptions,
937 w := make([]float64, len(faithful.eruptions))
954 x: faithful.waiting,
955 y: faithful.eruptions,
956 weights: faithful.waiting, // Just an arbitrary set of non-uniform weights.
/dports/www/R-cran-webshot/webshot/inst/examples/
H A Dshiny.Rmd31 hist(faithful$eruptions, probability = TRUE, breaks = as.numeric(input$n_breaks),
34 dens <- density(faithful$eruptions, adjust = input$bw_adjust)
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/resources/templates/shiny/
H A Dserver.R18 x <- faithful[, 2]
H A Dapp.R40 x <- faithful[, 2]
/dports/devel/R-cran-sfsmisc/sfsmisc/man/
H A Dtkdensity.Rd51 data(faithful)
52 tkdensity(faithful $ eruptions)
/dports/lang/intercal/intercal-0.31/pit/tests/
H A Dsink.doc4 was faithful. :)
/dports/www/R-cran-shiny/shiny/inst/examples/01_hello/
H A Dapp.R47 x <- faithful$waiting

12345678910>>...64