search for: mete

Displaying 20 results from an estimated 45 matches for "mete".

Did you mean: meet
2010 Oct 02
1
Memory allocation in 64 bit R
...individual"))/2)^8 If I understand the archives correctly my problem is with memory allocation of a large vector to the address space. Is there any way to get around this without having to use a Linux system? Has anyone been able to solve this problem? I appreciate any suggestions or help. Mete Civelek ________________________________ IMPORTANT WARNING: This email (and any attachments) is o...{{dropped:12}}
2003 Mar 07
0
problem with encoding cbr (updated)
...naged for cbr etc.) vorbis_encode_ctl (to turn off or use avg bitrate management) vorbis_encode_setup_init By this way, there is no problem with encoded stream. However, there is no documentation of the three function above (except vorbis_encode_init_vbr) on the cvs snapshot of vorbis. Thanks... Mete ----- Original Message ----- From: Mete BALCI To: vorbis-dev@xiph.org Sent: Friday, March 07, 2003 12:33 PM Subject: problem with encoding cbr <p><p>Hi, I am trying to encode PCM to OGG based on example code in OggVorbis SDK Win 1.0. There is no problem with "vorbis_encod...
2017 Jan 09
3
Leer csv separado por comas y por espacios
...M2 117 2852,3521 ................................... Para leerlo he probado poniendo: datos<-read.csv("c:/datos/listado.txt",sep=c(",","","\t"),header=F) Pero no me funciona, es decir, la separada por el espacio en blanco no la distingue y la mete en lo mismo. Lo he solucionado hacinedo un strsplit pero es un poco coñazo andar parcheando algo que tendria que leer bien directametne. ¿Alguna idea de porque no está cogiendo bien el fichero? Gracias Jesús [[alternative HTML version deleted]]
2006 Oct 12
6
zfs/raid configuration question for an application
...on (since it is not possible in solaris officially yet), so I need some ufs partition. So, do you recommend me to use hardware raid or zfs ? If you recommend zfs, how can I configure it (I mean which disk/slice as zfs, and which disk/slice as ufs) since I only have 3 disks ? Thank you in advance. Mete This message posted from opensolaris.org
2018 Jun 22
3
loop con matriz que cambia de nombre
Buenos días. Quiero hacer un for (j), anidado en otro for (i). En el 2º for, en cada iteración ha de crear una matriz vacía: mat <- matrix(nrow=nrow(data),ncol=19) pero llamándola de forma distinta cada vez. El nombre ha de ser: paste("D",i,colnames(Data[j]),sep=""). Llevo un rato haciendo pruebas pero no me sale. A ver si alguien pudiera ayudarme, gracias, Manuel
2018 Mar 09
2
Imputar NA a SQL Server
No , lo mete como string... Obtener Outlook para Android<https://aka.ms/ghei36> ________________________________ From: Javier Marcuzzi <javier.ruben.marcuzzi en gmail.com> Sent: Friday, March 9, 2018 3:47:46 AM To: Jes?s Para Fern?ndez Cc: Lista R Subject: Re: [R-es] Imputar NA a SQL Server Estim...
2019 Apr 02
4
Orientación para hacer un sitio web con R
...una empresa dificilísima que mejor si ni intento encarar o si no es más que aprender alguna cositillica más que me falta saber. O sea, no me dimensiono la tarea. Ya hice alguna web con blogdown o con bookdown algo formato libor. Pero claro, eso no es interactivo prácticamente, porque el lector no mete sus datos, solamente elije sobre los míos. ¿Qué hace falta saber hacer y con qué teconología, para hacer una web con esas características? Obviamente, si me llega a parecer que está a mi mano, de acá a un tiempo vendría con nuevas preguntas, pero más concisas. Muchas gracias y que los trate bien...
2008 Sep 02
2
annotating individual panels produced by xyplot
...) </code> ... but that didn't work, as both annotations appeared in all panels. I want to control which panel each annotation appears in. I feel there must be a way to assign the contents of panel text to individual panels, or to make a list of coordinates and annotations and have them meted out over the various panels. However, I've searched through the R-help archives and just can't figure it out. Any tips would be appreciated. Thanks so much! Martin John Brown Portland, Oregon, USA http://martinjohnbrown.net
2011 May 12
1
problem with mediation
...ne mediator. But how I can do it if I have one independent variable and one dependent variable but 4 mediators? I have try function mediations, but it dosen't work. If I use mediate 4 times, each for every mediator, is it same? I want to know what is total mediate effect for 4 mediators. t.Mete
2003 Mar 07
1
cbr/vbr decoding - supported sample rates
...ference between decoding of CBR or VBR streams in realtime in terms of CPU usage/cost? Are sample rates other than 44100Hz supported by Vorbis officially ? If it is supported, is it efficient to use them or is Vorbis specifically (or at the moment) optimized for 44100Hz ? Thanks in advance. --- Mete BALCI Senior Game Programmer Momentum DMT Istanbul, TURKEY -------------------------------------------------------------------------- Confidentiality Notice: This e-mail may contain confidential and/or privileged information that is intended only for the individual or entity named in the e-mail ad...
2018 Jun 22
4
loop con matriz que cambia de nombre
...umnas) también han de llevar la "i" incluida en el nombre, porque al final se fusionan todas las dfs y no se puede repetir el nombre de las variables. Gracias una vez más. Quoting Jesús Para Fernández <j.para.fernandez en hotmail.com>: > Con assing y un paste0 > > Mete dentro del bucle esto > > for(i in 1:7){ > assign(paste0('matriz',i),matrix(0,ncol=5,nrow=3)) > > } > > Con eso generarias 7 matrices de 5x3, llamadas matriz1, matriz2,... > > Obtener Outlook para Android<https://aka.ms/ghei36> > > ____________________...
2020 Feb 19
2
Pregunta sobre rLandsat
Hola grupo, estoy siguiendo una gu?a de la librer?a rLandsat que me la he descargado de: devtools::install_github("socialcopsdev/rLandsat") Y tras hacer los siguiente (obviamente tengo me he registrado previamente en la api correspondiente): product_id = c("LC08_L1TP_145049_20180301_20180308_01_T1", "LC08_L1TP_145049_20170330_20170414_01_T1",
2015 Sep 15
4
Fwd: problema en while y en extraer valores de un vector
...a <- c(8,10,4,1,7,2,4,6,3,8) b <- rep(0,5) i=1 while (i<=6) { b <- a[i:i+4] print(b) i=i+1 } quiero que en la primera iteración me saque en pantalla los valores 8,10,4,1,7 y me saca el 7. No entiendo el porqué. Para i=1, b<-a[1:5] es decir, al vector b le mete los números que estén entre las posiciones 1 y 5 incluidas, es decir, el 8, 10,4,1 y 7. Pues no me saca estos números, si no solamente el 7, es decir, la posición 5. En la siguiente iteración, para i=2, más de lo mismo, en vez de sacarme los números comprendidos entre 2 y 6, me saca solamente el de...
2019 Apr 03
2
Orientación para hacer un sitio web con R
...a que mejor si ni intento encarar o si > no es m?s que aprender alguna cositillica m?s que me falta saber. O sea, no > me dimensiono la tarea. > > Ya hice alguna web con blogdown o con bookdown algo formato libor. Pero > claro, eso no es interactivo pr?cticamente, porque el lector no mete sus > datos, solamente elije sobre los m?os. > > ?Qu? hace falta saber hacer y con qu? teconolog?a, para hacer una web con > esas caracter?sticas? > > Obviamente, si me llega a parecer que est? a mi mano, de ac? a un tiempo > vendr?a con nuevas preguntas, pero m?s concisas. &gt...
2018 Jun 23
2
loop con matriz que cambia de nombre
...odas >> las dfs y no se puede repetir el nombre de las variables. >> >> Gracias una vez más. >> >> >> >> >> Quoting Jesús Para Fernández <j.para.fernandez en hotmail.com>: >> >> > Con assing y un paste0 >> > >> > Mete dentro del bucle esto >> > >> > for(i in 1:7){ >> > assign(paste0('matriz',i),matrix(0,ncol=5,nrow=3)) >> > >> > } >> > >> > Con eso generarias 7 matrices de 5x3, llamadas matriz1, matriz2,... >> > >> > Obtener...
2018 Jun 25
2
loop con matriz que cambia de nombre
...ionan todas las >> dfs y no se puede repetir el nombre de las variables. >> >> Gracias una vez más. >> >> >> >> >> Quoting Jesús Para Fernández <j.para.fernandez en hotmail.com>: >> >> Con assing y un paste0 >>> >>> Mete dentro del bucle esto >>> >>> for(i in 1:7){ >>> assign(paste0('matriz',i),matrix(0,ncol=5,nrow=3)) >>> >>> } >>> >>> Con eso generarias 7 matrices de 5x3, llamadas matriz1, matriz2,... >>> >>> Obtener Outlook...
2020 Feb 20
3
Pregunta sobre rLandsat
...oy tratando de crear un raster a partir de una tabla de datos que contiene coordenadas UTM. Determino los renglones y columnas que debe de tener el raster pero cuando visualizo en un SIG me dice que no tiene referencia espacial y el tama?o de pixel es de 29.9 y no de 30 como originalmente era y eso mete ruido al modelo que estoy generando. Alguien me podr?a ayudar? > > > xmn=min(table_2[,1]); xmx=max(table_2[,1]) > ymn=min(table_2[,2]); ymx=max(table_2[,2]) > > b <- data.frame(cbind(table_2$x, table_2$y)) > coordinates(b) = ~X1 + X2 > > proj4string(b) <-CRS("+...
2018 Jun 24
2
loop con matriz que cambia de nombre
...>> Gracias una vez más. >> >> >> >> >> >> >> >> >> >> Quoting Jesús Para Fernández <j.para.fernandez en hotmail.com>: >> >> >> >> > Con assing y un paste0 >> >> > >> >> > Mete dentro del bucle esto >> >> > >> >> > for(i in 1:7){ >> >> > assign(paste0('matriz',i),matrix(0,ncol=5,nrow=3)) >> >> > >> >> > } >> >> > >> >> > Con eso generarias 7 matrices de 5x3, ll...
2007 Mar 19
0
How to specify Variance Covariance matrix of residuals?
...tions as to what package I should use in R (since I don't really have access to Splus) and if I can use the MCMC pack later on if I decide to modify my model so that I can use Bayesian methodology together with the residual structure in the above model. Thank you very much! Sincerely, Dan Metes University of Alberta.
2002 Aug 14
0
vorbis enc and ogg documentation
Hi, How can I find more information about vorbis enc and ogg api ? sdk seems to have not enough information. Thanks in advance. --- Mete BALCI Senior Game Programmer Momentum DMT Istanbul, TURKEY -------------------------------------------------------------------------- Confidentiality Notice: This e-mail may contain confidential and/or privileged information that is intended only for the individual or entity named in the e-mail ad...