search for: raiz

Displaying 20 results from an estimated 22 matches for "raiz".

Did you mean: raid
2017 Aug 27
4
Raiz de cualquier numero
Buenas noches. Soy nuevo en programar en R Quiero calcular la raiz de cualquier numero apartir de la imagen seleccionando que la formula nos establece como irme acercando a ese valor de la raiz. Agradezco su colaboración. Saludos. ------------ próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/...
2005 Mar 09
2
Structural equation models with R
...ds The model (with three latent variables: 'reg','folha','solo')) model.com=matrix(c( 'ridos>dendos', 'a1', NA, 'ridos>reg', 'a2', NA, 'ridos>folha', 'a3', NA, 'ridos>solo', 'a4', NA, 'ridos>raiz', 'a5', NA, 'dendos>litter', 'a6', NA, 'dendos>reg', 'a7', NA, 'litter>reg', 'a8', NA, 'folha>reg', 'a9', NA, 'solo>reg', 'a10', NA, 'raiz>reg', 'a11', NA, 'raiz>so...
2012 Nov 29
3
Help in Bissection algorithm
...;, "a" and "b", and the error "e". When I run the algorithm without labeling it a function and typing the values it works, but when I just try to save it in a function It doesn't ' bug but don't do anything. Here's the code, anyone know whats happening? raiz=function(f,a,b,e){ repeat{ if(i>50){break} if(abs(a-b)<e){m=(a+b)/2 raiz1=m} if(abs(a-b)>e){ m=(a+b)/2 af=f(a) if((af*f(m))>0){a=m} if((af*f(m))<0){b=m}} i=i+1}} -- View this message in context: http...
2015 Oct 15
3
potencia fracional de un número negativo
Mirando los comentarios, realmente lo que deseo es encontrar la raíz real de (-0.5)^(1/5) la cual debería ser -0.87055056329. José me hace caer en cuenta que además de no encontrar la raiz real, tampoco da todas las raiz complejas. Habría alguna manera de que tuviera en cuenta? > ------------------------------ > > Message: 6 > Date: Thu, 15 Oct 2015 11:25:39 +0200 > From: José Trujillo Carmona <trujillo en unex.es> > To: r-help-es <r-help-es en r-project....
2003 Feb 22
0
Possible bug in nmbd.
...dns proxy = No create mask = 0665 wins server = 158.42.9.1 wins proxy = yes include = /etc/dfa.smb.conf [homes] comment = Directorio ra?z de usuario valid users = %S read only = No create mask = 0755 browseable = No [raiz_web$] comment = Raiz del servidor Web path = /usr/local/apache/htdocs valid users = webmaster,jribelles,rusaes force user = webmaster force group = dfa read only = No [asignaturas$] comment = Raiz del directorio de asignaturas path =...
2015 Oct 16
2
potencia fracional de un número negativo
...octubre de 2015, 1:44, Alex J. Zambrano <alexjzc en gmail.com> > escribió: > >> Mirando los comentarios, realmente lo que deseo es encontrar la raíz real >> de (-0.5)^(1/5) la cual debería ser -0.87055056329. José me hace caer en >> cuenta que además de no encontrar la raiz real, tampoco da todas las raiz >> complejas. Habría alguna manera de que tuviera en cuenta? >> >> >>> ------------------------------ >>> >>> Message: 6 >>> Date: Thu, 15 Oct 2015 11:25:39 +0200 >>> From: José Trujillo Carmona <truji...
2005 Dec 09
1
3.0.10 to 3.0.20 transition problems ...
...BUF=8192 SO_RCVBUF=8192 domain logons = yes preferred master = yes domain master = yes dns proxy = no hosts allow = 172.17.71.0/24 127. interfaces = eth0 lo load printers = yes printcap name = cups [homes] comment = Directorio Raiz valid users = %S invalid users = root, daemon read only = no browseable = no writable = yes follow symlinks = No -----
2008 Jul 02
14
is it possible to add a mirror device later?
Ciao, the rot filesystem of my thumper is a ZFS with a single disk: bash-3.2# zpool status rpool pool: rpool state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM rpool ONLINE 0 0 0 c5t0d0s0 ONLINE 0 0 0 spares c0t7d0 AVAIL c1t6d0 AVAIL c1t7d0
2007 Jan 15
7
starting Mongrel via script/server
The 2nd edition of "Agile Web Development with Rails" claims that script/server would start Mongrel or lighttpd instead of WEBrick if one of these servers is installed. It does not seem to do that for Mongrel on my Windows XP that has Mongrel installed by installing Instant Rails 1.4. Should I assume that the book has an error? -- Posted via http://www.ruby-forum.com/.
2004 Oct 20
1
Unable to handle kernel paging request at virtual address
...54696>] sys_sendmsg+0x196/0x210 Oct 20 16:52:24 pototogorri kernel: [<c0254960>] sys_socketcall+0x80/0x1a0 Oct 20 16:52:24 pototogorri kernel: [<c0105c79>] sysenter_past_esp+0x52/0x79 Here is the content of the script that write my QoS: rw_all_qos: #!/bin/bash #borrar la raiz y la tabla mangle #/sbin/tc qdisc del root dev eth5 #/sbin/iptables -t mangle -F #crear las regas base # !!!!!!!!!!!!!ATENCION!!!!!!!!!!!!!! # LA SEGUNDA DE ESTAS REGLAS ESTABLECE EL ANCHO DE BANDA TOTAL DEL LA RED #/usr/bin/sudo -u root /sbin/tc q...
2009 Jul 08
6
variable global
buen dia a toda la comunidad estoy empezando a usar r y en una implementacion que estoy haciendo requiero que 2 valores que se calculan en una funcion puedan ser vistos en otra pero no he podido hallar la forma he buscado la forma de hacer las variables globales pero no he podido alguien sabe como hacerlo mil gracias, saludos Enrique RAMOS ¡Obtén la mejor experiencia en la web! Descarga
2007 Jul 15
3
BSD domU with HVM
Hi all! I have recently purchased an Athlon X2 3800+ and I should like to install FreeBSD or OpenBSD in a HVM domU on Xen 3.0.3-1 dom0 (Debian packages). Is it possible? In such case, can someone recommend me a guide/howto to accomplish it? Thanks in advance. Regards, Daniel -- Daniel Bareiro - System Administrator Fingerprint: BFB3 08D6 B4D1 31B2 72B9 29CE 6696 BF1B 14E6 1D37 Powered by
2014 Sep 30
5
Clasificacion de individuos
...orv-Smirnov, Jarque-Bera (simetria), Agostino (simetria) y Anscombe (curtosis) pero como No Normal segun el test de Shapiro-Wilks. Las otras dos no aparecen como Normales en ninguno de los test, logicamente al tener una asimetria tan fuerte. He probado transformando mediante Box-Cox pero la ni la raiz cuadadrada, ni 1/Variable me solucionan el problema y al haber muchos casos con 0 la logaritmica tampoco me vale. Asumiendo Normalidad puedo emplear los intervalos de confianza para "regañar" o "felicitar" a los individuos y Puedo utilizar los percentiles 0.1 y 0,9 para o...
2014 Jan 08
3
[Bug 10364] New: send_xattr_request: Assertion `f_out >= 0' failed.
...g Fedora 20 x86_64: rsync-3.1.0-1pre1.fc20.x86_64 kernel-3.12.6-300.fc20.x86_64 # rsync --exclude='/swapfile' \ --exclude='/home/*/.gvfs' \ --exclude='/tmp/*' \ --exclude='/var/tmp/*' \ -A -X -a -H -x -v --delete / /mybook/raiz-t61-p.f20/ [...] var/lib/mlocate/mlocate.db rsync: xattrs.c:572: send_xattr_request: Assertion `f_out >= 0' failed. rsync: connection unexpectedly closed (35060 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(226) [sender=3.1.0pre1] # df |...
2014 Sep 30
2
Clasificacion de individuos
...e-Bera (simetria), Agostino (simetria) y Anscombe > (curtosis) pero como No Normal segun el test de Shapiro-Wilks. > Las otras dos no aparecen como Normales en ninguno de los test, > logicamente al tener una asimetria tan fuerte. > He probado transformando mediante Box-Cox pero la ni la raiz > cuadadrada, ni 1/Variable me solucionan el problema y al haber muchos > casos con 0 la logaritmica tampoco me vale. > > > > Asumiendo Normalidad puedo emplear los intervalos de confianza para > "rega ar" o "felicitar" a los individuos y Puedo utilizar los...
2010 Jul 07
2
[XCP] Strange bug this avaible memory for guests
I got really strange situation with memory on host: xe host-list params=memory-free memory-free ( RO) : 10305536 (10Mb) xe host-compute-free-memory 3147059200 (3Gb) A huge difference! And xentop show different numbers too! I will keep this host online "as is" and I am ready to provide information for debbugging or perform needed actions. -- wBR,George.
2014 Sep 30
3
Clasificacion de individuos
...e-Bera (simetria), Agostino (simetria) y Anscombe > (curtosis) pero como No Normal segun el test de Shapiro-Wilks. > Las otras dos no aparecen como Normales en ninguno de los test, > logicamente al tener una asimetria tan fuerte. > He probado transformando mediante Box-Cox pero la ni la raiz > cuadadrada, ni 1/Variable me solucionan el problema y al haber muchos > casos con 0 la logaritmica tampoco me vale. > > > > Asumiendo Normalidad puedo emplear los intervalos de confianza para > "rega ar" o "felicitar" a los individuos y Puedo utilizar los...
2003 Jul 16
0
Problems with samba shares on a Jffs Filesystem...Hard Hat Linux 2.1 on a MPC860...
...comment = Home Directories # browseable = no # writable = yes [Pcmcia] comment = Pcmcia Files path = /mnt/prodys/pcmcia public = yes writable = yes printable = no [Flash] comment = Flash Files path = /dev/flash public = yes writable = yes printable = no [Raiz] comment = Root Files path = / public = yes writable = yes printable = no ;[public] ; path = /mnt/Samba/Public ; public = yes ; writable = yes # Un-comment the following and create the netlogon directory for Domain Logons ; [netlogon] ; comment = Network Logon Servi...
2015 Mar 23
2
Combinatoria
...as veo imprescindibles para probabilidad. De todas maneras me habéis ayudado muchísimo. Gracias. Miguel El 23 de marzo de 2015, 4:18, Jorge I Velez <jorgeivanvelez en gmail.com> escribió: > Hola Miguel, > Exactamente que necesitas hacer con ecuaciones no lineales? Encontrar la > raiz? Si este es el caso, no necesitas, en principio, cargar ningun > paquete. Con la funcion ?optim en "base" podrias hacer lo basico. > Saludos cordiales, > Jorge.- > > > 2015-03-23 10:22 GMT+11:00 Our Utopy <ourutopy en gmail.com>: > >> Ya me extrañaba a m...
2007 Apr 18
10
importing excel-file
Dear R-experts, It is a quite stupid question but please help me. I am very confuced. I am able to import normal txt ant mat-files to R but unable to import .xls-file I do not understand the online help. Can please anyone send me the corresponding command lines? The .xls-file is attached. In my file we use commas for the decimal format (example: 0,712), changes might be needed. Thanks, Corinna