search for: 1,75

Displaying 20 results from an estimated 118 matches for "1,75".

Did you mean: 1,5
2009 Aug 10
3
Pregunta sencilla
Estimados me ha surgido una duda con un simple stem and leaf el mismo es el siguiente: > stem.leaf(Datos$ej1.21) 1 | 2: represents 0.12 leaf unit: 0.01 n: 40 LO: 0.72 0.85 3 10 | 9 11 | 4 12 | 4 5 13 | 7 7 14 | 710 (*) 9 15 | 18 16 16 | 3447899 (6) 17 | 045599 (***) 18 18 | 2568 14 19 | 23710 (**) 10 20 | 389 7 21 | 17 5...
2013 Sep 16
3
ayuda con aggregate
Estimados usuarios de R: Estoy aprendiendo a usar el comando aggregate. Por ejemplo tengo la siguiente tabla: A B C X1 X2 X3 X4 1 1 1 10 0,333333333 25 1 2 1 1 20 1,818181818 36 1 3 2 1 30 1,428571429 46 1 4 2 1 11 0,35483871 26 2 5 3 2 21 1,75 37 2 6 3 2 31 1,409090909 47 2 7 4 2 12 0,375 27 3 8 4 2 22 1,692307692 38 3 9 5 3 32 3,2 50 3 10 5 3 13 0,65 28 3 Yo quiero agrupar usando como variables clave A, B y C per...
2013 Sep 25
3
ayuda con aggregate
Hola Juan. ¿Si yo en vez de querer obtener la media quiero sacar el porcentaje de casos que son menores que la media como lo haría? Saludos, Sebastián. El 17 de septiembre de 2013 03:34, Joan Carmona <jcmld@carmonarocha.com>escribió: > Hola Sebastián, > > Qué tal así:? > > > t<-data.frame(A=c(1,2,3,4,5,6,7,8,9,10),B=c(1,1,2,2,3,3,4,4,5,5),C=c(1,1,1,1 > > ,2,2,2,2,3,3),X1=c(10,20,30,11,21,31,12,22,32,13),X2=c(0.33,1.81,...
2013 Sep 26
2
ayuda con aggregate
Estimados: Dentro del aggregate utilice un table, son cuatro los valores que puede tomar la variable, ¿como puedo desarmar la lista y crear cuatro variables nuevas donde le asigne 0 si no se da ese valor? Saludos, Sebastián. El 25 de septiembre de 2013 10:41, Jorge I Velez <jorgeivanvelez@gmail.com>escribió: > Sebastián, > > Una forma es > > aggregate(cbind(X1,X2) ~ B + C, t, function(x) mean(x < mean(x))) > > Saludos, > Jorge.- > > > > 2013/9/25 Sebastian Kruk <residuo.solow@gmail.com> > &g...
2013 Sep 26
1
ayuda con aggregate
Daniel, en vez de mean utilicé table. Entonces me genera una lista y quiero que quede una matriz. Unlist no me sirve porque me pasa todos los valores a un vector y me pierdo de saber a que caso corresponde. Saludos, Sebastián. El 26 de septiembre de 2013 16:50, daniel <daniel319@gmail.com> escribió: > Sebastián, tengo dificultades para entender si sigues con el ejemplo > anterior o esto es algo nuevo. Tú descripción se debe entender que dentro > de aggregate(cbind(X1,X2) ~ B + C, t, function(x) mean(x < 2)) utilizas > un tabl...
2008 May 28
5
"rbinom" not using probability of success right
I am trying to simulate a series of ones and zeros (1 or 0) and I am using "rbinom" but realizing that the number of successes expected is not accurate. Any advice out there. This is the example: N<-500 status<-rbinom(N, 1, prob = 0.15) count<-sum(status) 15 percent of 500 should be 75 but what I obtain from the "count"...
2010 Oct 27
0
[PATCH node] add uninstall module
--- scripts/uninstall.py | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 75 insertions(+), 0 deletions(-) create mode 100755 scripts/uninstall.py diff --git a/scripts/uninstall.py b/scripts/uninstall.py new file mode 100755 index 0000000..9e0baff --- /dev/null +++ b/scripts/uninstall.py @@ -0,0 +1,75 @@ +#!/usr/bin/python +# +# uninstall.py - destroys a...
2013 Sep 17
0
ayuda con aggregate
Hola Sebastián, Qué tal así:? t<-data.frame(A=c(1,2,3,4,5,6,7,8,9,10),B=c(1,1,2,2,3,3,4,4,5,5),C=c(1,1,1,1 ,2,2,2,2,3,3),X1=c(10,20,30,11,21,31,12,22,32,13),X2=c(0.33,1.81,1.42,0.35,1 .75,1.4,0.375,1.69,3.2,0.65),X3=c(25,36,46,26,37,47,27,38,50,28),X4=c(1,1,1, 2,2,2,3,3,3,3)) aggregate(cbind(X1,X2)~B+C,t,mean) B C X1 X2 1 1 1 15.0 1.070...
2013 Sep 25
0
ayuda con aggregate
Sebastián, Una forma es aggregate(cbind(X1,X2) ~ B + C, t, function(x) mean(x < mean(x))) Saludos, Jorge.- 2013/9/25 Sebastian Kruk <residuo.solow@gmail.com> > Hola Juan. > > ¿Si yo en vez de querer obtener la media quiero sacar el porcentaje de > casos que son menores que la media como lo haría? > > Saludos,...
2015 Nov 03
0
[PATCH 1/3] dma: Provide simple noop dma ops
...for several common drivers, even for systems that do have an identity mapping. Lets provide some minimal no-op dma_ops that can be used for that purpose. Signed-off-by: Christian Borntraeger <borntraeger at de.ibm.com> --- include/linux/dma-mapping.h | 2 ++ lib/Makefile | 1 + lib/dma-noop.c | 75 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 78 insertions(+) create mode 100644 lib/dma-noop.c diff --git a/include/linux/dma-mapping.h b/include/linux/dma-mapping.h index ac07ff0..7912f54 100644 --- a/include/linux/dma-mapping.h +++ b/inclu...
2015 Nov 05
0
[GIT PULL v4 1/3] dma: Provide simple noop dma ops
...have an identity mapping. Lets provide some minimal no-op dma_ops that can be used for that purpose. Signed-off-by: Christian Borntraeger <borntraeger at de.ibm.com> Reviewed-by: Joerg Roedel <jroedel at suse.de> --- include/linux/dma-mapping.h | 2 ++ lib/Makefile | 1 + lib/dma-noop.c | 75 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 78 insertions(+) create mode 100644 lib/dma-noop.c diff --git a/include/linux/dma-mapping.h b/include/linux/dma-mapping.h index ac07ff0..7912f54 100644 --- a/include/linux/dma-mapping.h +++ b/inclu...
2013 Sep 26
0
ayuda con aggregate
Sebastián, tengo dificultades para entender si sigues con el ejemplo anterior o esto es algo nuevo. Tú descripción se debe entender que dentro de aggregate(cbind(X1,X2) ~ B + C, t, function(x) mean(x < 2)) utilizas un table? Aparentemente ese no es el problema sino que el resultado que obtienes es una lista, ¿te sirve ?unlist ? De cualquier manera no estoy frente a tu ordenador y solo estoy especulando. Daniel Merino El 26 de septiembre de 2013 14:43, Se...
2018 Dec 02
0
[PATCH nbdkit 3/4] valgrind: Enable valgrinding of Python plugin.
...grind --- tests/test-lang-plugins.c | 3 +- valgrind/python.suppressions | 75 ++++++++++++++++++++++++++++++++++++ wrapper.c | 2 +- 3 files changed, 77 insertions(+), 3 deletions(-) diff --git a/tests/test-lang-plugins.c b/tests/test-lang-plugins.c index af926f6..d0ebab3 100644 --- a/tests/test-lang-plugins.c +++ b/tests/test-lang-plugins.c @@ -57,8 +57,7 @@ main (int argc, char *argv[]) */ s = getenv ("NBDKIT_VALGRIND"); if (s && strcmp (s, "1") == 0 && - (strcmp (LANG, "python") == 0 || - strcmp (LA...
2015 Aug 05
0
[PATCH 4/8] Arm64 assembly for Celt fixed-point math.
--- celt/arch.h | 2 ++ celt/arm/fixed_arm64.h | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++ celt_headers.mk | 1 + 3 files changed, 78 insertions(+) create mode 100644 celt/arm/fixed_arm64.h diff --git a/celt/arch.h b/celt/arch.h index 9f74ddd..219569b 100644 --- a/celt/arch.h +++ b/celt/arch.h @@ -122,6 +122,8 @@ static OPUS_INLINE opus_int16 SAT16(opus_int32 x) { #include "arm/fixed_armv5e.h"...
2015 Nov 07
0
[Aarch64 06/11] Add aarch64 assembly for Celt fixed-point math.
--- celt/arch.h | 2 ++ celt/arm/fixed_arm64.h | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++ celt_headers.mk | 1 + 3 files changed, 78 insertions(+) create mode 100644 celt/arm/fixed_arm64.h diff --git a/celt/arch.h b/celt/arch.h index 9f74ddd..219569b 100644 --- a/celt/arch.h +++ b/celt/arch.h @@ -122,6 +122,8 @@ static OPUS_INLINE opus_int16 SAT16(opus_int32 x) { #include "arm/fixed_armv5e.h"...
2020 Mar 28
0
[klibc:update-dash] Implement stpcpy() and stpncpy()
Commit-ID: 89742f0fc6f93a4a748ab783856a9d441511b808 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=89742f0fc6f93a4a748ab783856a9d441511b808 Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Sat, 28 Mar 2020 21:04:54 +0000 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar...
2016 Sep 19
0
[PATCH 2/3] mllib: expose disk decrypt functionalities
Expose via Common_utils the C functions & variables (part of guestfish) that handle decryption of LUKS partitions, and the additional command line arguments to tune the way they work. This way it will be easy to provide (basic) crypto support also in OCaml-based tools. Related to: RHBZ#1362649 --- mllib/Makefile.am | 3 ++ mllib/common_utils-c.c | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++ mllib/common_utils.ml | 22 ++++++++++++++- mllib/common_utils.mli | 10 ++++++- 4 files changed, 108 insertions(+), 2 deletions(-) create mode 100644 mllib/common_utils-c.c...
2014 Mar 24
0
[PATCH 10/12] drm/nouveau/graph: add GK20A support
...the correct classes definitions (GK20A's 3D class is 0xa297). Most of the NVE4 code can be used on GK20A, so make relevant bits of NVE4 available to other chips as well. Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> --- drivers/gpu/drm/nouveau/Makefile | 1 + .../gpu/drm/nouveau/core/engine/graph/ctxnve4.c | 4 +- drivers/gpu/drm/nouveau/core/engine/graph/nvc0.h | 9 +++ drivers/gpu/drm/nouveau/core/engine/graph/nve4.c | 2 +- drivers/gpu/drm/nouveau/core/engine/graph/nvea.c | 75 ++++++++++++++++++++++ .../gpu/drm/nouveau/core/include/en...
2007 Jan 08
0
[844] trunk/wxruby2/swig/classes: Added IconBundle class for multi-resolution icons, cleaned comment cruft
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { bo...
2018 Feb 21
3
[PATCH] New API: inspect_get_osinfo
Try to guess the possible osinfo-db short ID for the specified OS. Related to: https://bugzilla.redhat.com/show_bug.cgi?id=1544842 --- generator/actions_inspection.ml | 14 ++++++++ lib/Makefile.am | 1 + lib/inspect-osinfo.c | 75 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 90 insertions(+) create mode 100644 lib/inspect-osinfo.c diff --git a/generator/actions_inspection.ml...