Displaying 9 results from an estimated 9 matches for "recep".
Did you mean:
recap
2015 Mar 19
3
Familia *pply
...r estas funciones y por eso mi intento de
hacerme de ellas.
Por ejemplo en este problema:
data=matrix(rnorm(100*20),20,100)
col=sample(1:100,100)
t1=Sys.time()
medias=replicate(1000,{
sel=sample(1:20,10)
pareja=sample(sel,100,replace = T)
ta=Sys.time()
*recep=NULL**
** for(i in 1:100){**
** n=col[i]**
** m=pareja[i]**
** c=data[m,n]**
** recep=c(recep,c)**
** }**
* tb=Sys.time()
media=mean(recep)
tt=tb-ta
c(media,tt)
})
t2=Sys.time()
diftime=(t2-t1)[[1]]
sum(medias[2,])/d...
2015 Mar 19
2
Familia *pply
...l loop lo que hace es ir a la fila y columna
correspondiente de data, tomar el valor y luego hacer la media sobre esos.
data=matrix(rnorm(100*20),20,100)
col=sample(1:100,100)
t1=Sys.time()
medias=replicate(1000,{
sel=sample(1:20,10)
pareja=sample(sel,100,replace = T)
ta=Sys.time()
recep=NULL
for(i in 1:100){
n=col[i]
m=pareja[i]
c=data[m,n]
recep=c(recep,c)
}
tb=Sys.time()
media=mean(recep)
tt=tb-ta
c(media,tt)
},simplify=T)
t2=Sys.time()
diftime=(t2-t1)[[1]]
sum(medias[2,])/diftime
Fernando Macedo
El 18/03/15 a las 21:06, Jorge I Velez...
2015 Mar 21
2
Familia *pply
...er la media
> sobre esos.
>
>
>
> data=matrix(rnorm(100*20),20,100)
> col=sample(1:100,100)
>
> t1=Sys.time()
> medias=replicate(1000,{
> sel=sample(1:20,10)
> pareja=sample(sel,100,replace = T)
> ta=Sys.time()
> recep=NULL
> for(i in 1:100){
> n=col[i]
> m=pareja[i]
> c=data[m,n]
> recep=c(recep,c)
> }
> tb=Sys.time()
> media=mean(recep)
> tt=tb-ta
> c(media,tt)
> },simplify=T)
>
> t2=Sys....
2002 Feb 14
1
W2K problems
..._socket(521)
--
************************************************************************
* Andrew Kemp * *
* Methodology Group Leader * phone : (01628) 504781 (direct) *
* Fujitsu Microelectronics Europe * : (01628) 504700 (recep) *
* Network House * fax : (01628) 504777 *
* Norreys Drive * CVNS : (79540) 4781 *
* Maidenhead Berks. SL6 4FJ. U.K. * *
* email : mailto:andrew.kemp@acg.fujitsu-fme.com *
***...
2006 Jun 07
1
bootstrapping
hi.
i'm a statistics student and studying bootstrap in R.
i'm trying to draw bootstrap samples from a sample, using the following R
code:
> *boot = numeric(200)*
*> {for (i in 1:200)*
* boot [i] = (sample(data,replace=T))}*
i obtain 200 samples but all of them are the same.
i want to obtain different samples. what should i do? can you please help me
if possible.
thank you.
2004 Apr 08
2
Auto Attendant??
I'm having trouble finding documentation for the auto attendant does
anyone have an idea where there might be some???
2006 Mar 14
1
invalid wav gsm frame size: 1 bytes ??
I couldn't find any specific reference to this but maybe Im missing
something completly...
anyways, when trying to mix a few wav files together post-recording (the
-in/-out files) using a pretty vanila soxmix line, I get the error:
Done Mixing OUT115-20060215-150749-1139976460.7898-out.WAV.....
Mixing OUT115-20060215-155022-1139979011.8787.....
/usr/bin/soxmix: invalid wav gsm frame size: 1
2004 Oct 19
6
CPU
Which CPU is best for Shorewall, a PIII-450 Celeron or a PII-266???
==================================
Joakim Hellström
Chief System Engineer
United Computer Systems Scandinavia AB
Klostergatan 56
S-582 23 Linköping, SWEDEN
Phone 1: +46 (0)13 13 97 92
Phone 2: +46 (0)13 13 96 00 (recep.)
Fax: +46 (0)13 13 97 35
GSM: +46 (0)708 13 97 35
URL: http://www.ucs.se
This e-mail is intended for the addressee(s) named above only. As this e-mail may contain confidential or privileged information, if you are not the named addressee(s) or the person respons...
2004 Aug 16
3
Not sure how to configure Shorewall 2.1.3
...scope link
127.0.0.0/8 dev lo scope link
default via 213.115.252.92 dev eth0
==================================
Joakim Hellström
Chief System Engineer
United Computer Systems Scandinavia AB
Klostergatan 56
S-582 23 Linköping, SWEDEN
Phone 1: +46 (0)13 13 97 92
Phone 2: +46 (0)13 13 96 00 (recep.)
Fax: +46 (0)13 13 97 35
GSM: +46 (0)708 13 97 35
URL: http://www.ucs.se <http://www.ucs.se/>
This e-mail is intended for the addressee(s) named above only. As this e-mail may contain confidential or privileged information, if you are not the named addr...