Displaying 20 results from an estimated 23 matches for "coronado".
2013 Dec 21
3
calculo del area de t experimental o F experimental
Estimados compañeros: tengo una duda sobre R; cuando ejecuto la prueba t, R
calcula una t experimental y le calcula su probabilidad asociada y la
compara con P=0.05 (valor por defecto).
Mi duda es si para calcular este area, tipifica primera a z y luego entra
en la tabla de z y la calcula y la presenta en pantalla.
De otra manera no veo como asociar un valor de t a una probabilidad (la
2013 Dec 21
0
calculo del area de t experimental o F experimental
Porque con "less" estás hacienddo un test de una cola. En tu ejemplo
estás haciendo un test de dos colas:
> 2*pt(-5.4349,df=21.982)
[1] 1.855473e-05
El 21/12/2013 21:33, HERNANDEZ CORONADO JORGE escribió:
> t.test(1:10,y=c(7:20))
>
> Welch Two Sample t-test
>
> data: 1:10 and c(7:20)
> t = -5.4349, df = 21.982, p-value = 1.855e-05
> alternative hypothesis: true difference in means is not equal to 0
> 95 percent confidence interval:
> -11.052802 -4.94719...
2007 Aug 26
4
HTB doesn''t give me the promised rate: cpufreq?
...d I cannot shut down the machine either, so I
cannot test if cpufreq is the culprit, that''s why I''m asking. I haven''t
found anything while googling, either.
If anybody has any idea about this problem, please tell. Thanks a
lot in advance :))
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736 | http://www.dervishd.net
It''s my PC and I''ll cry if I want to... RAmen!
2007 Aug 31
4
About "b" meaning "byte" and bit
...ing "b" instead
of "B" and "bit" instead of "b". Currently the only way of having a sane
syntax (and not only regarding units...) is "tcng"·
If such a modification is seen as appropriate, I volunteer to make
the patch.
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736 | http://www.dervishd.net
It''s my PC and I''ll cry if I want to... RAmen!
2013 Dec 21
0
Fwd: Re: calculo del area de t experimental o F experimental
...? Cumulative distribution function
of the non-central t distribution, Applied Statistics 38, 185?189. "
Saludos,
Marcelino
-------- Mensaje original --------
Asunto: Re: [R-es] calculo del area de t experimental o F experimental
Fecha: Sat, 21 Dec 2013 21:11:41 +0100
De: HERNANDEZ CORONADO JORGE <jorge.hernandez2 en murciaeduca.es>
Para: Marcelino de la Cruz <marcelino.delacruz en upm.es>
Estimado Marcelino: muchas gracias por tu respuesta; segun me comentas,
el valor "a mano" lo hace tambien R, pero yo deseo saber como se hace
realmente a mano, es decir, co...
2007 Aug 28
8
cpufreq affects rate in, at least, htb
...lows down the CPU
affects the rate of HTB. My ondemand cpufreq governor scales down the
CPU frequency about 40% and this is more or less the slowdown the rate
suffers, 40%.
Any known way of dealing with this without having to disable
cpufreq?
Thanks in advance :)
Ra?l N??ez de Arenas Coronado
--
Linux Registered User 88736 | http://www.dervishd.net
It''s my PC and I''ll cry if I want to... RAmen!
2005 Dec 14
2
HTB burst/cburst decremented by one
...:)
If I set the burst/cburst parameter to, let''s say, 1500, the
command "tc -s -d class show dev eth0" says that the value is 1499b/8
instead of the (correct?) 1500b/8.
Is this right or am I doing anything wrong?
Many thanks in advance :)
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736 | http://www.dervishd.net
http://www.pleyades.net & http://www.gotesdelluna.net
It''s my PC and I''ll cry if I want to...
2005 Dec 19
3
match''ing packets by size
I visited yesican.chsoft.biz and the author proposes a way to match packets by
less than some size .
Here is the thing:
match u16 0x0000 0xffb0 at 2
With this match he says that packet with less than 80 bytes will match the rule.
Well, 0xffb0 translates to 1111 1111 1011 0000 (which is -80 BTW).
So, if I am correct any packet with bits 4 and/or 5 set (together with any of
the 4
2005 Nov 11
3
passive FTP trafic control
Hi All
How to classify packets belonging to a FTP session?
Port 21 session is easy. but what about data transfers? Their port numbers
(both) are above 1024.
I was thinking about ip_conntrack_ftp. Something like:
iptables -A FORWARD -p tcp --sport 1024: --dport 1024: \
-m state --state ESTABLISHED,RELATED -j CLASSIFY --set-class X:Y
But what if I also have ip_conntrack_irc, for instance.
2005 Dec 02
2
Which option is better
...Of course it is big!, it''s my LAN class, limited to 90Mbit/s...
Is there any better alternative to the above, given the great
difference in rates and the fact that I won''t NEVER share bandwidth
between 1:1 and 1:2?
Thanks a lot in advance :)
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736 | http://www.dervishd.net
http://www.pleyades.net & http://www.gotesdelluna.net
It''s my PC and I''ll cry if I want to...
2005 Dec 13
7
MARK: targinfosize 8 != 4
Hello all,
I got this problem while trying to shape traffic with iptables MARK and
HTB.
MARK: targinfosize 8 != 4
--set-mark gives "invalid argument" error message.
Kernel version is 2.4.29 (some patches from patch o matic applied)
Iptables version 1.3.4
Intel x86 architecture.
I saw this problem discussed in a few places, but the discussions didn''t
come to a conclusion
2005 Jun 09
0
Conversations cuts: "didn't get a frame from Channel: SIP/..."
...9;local'
messages:Jun 8 20:12:46 VERBOSE[18427]: == Spawn extension
(mobile-phones, 8531344, 1) exited non-zero on 'SIP/user1-8cc3'
messages:Jun 8 20:12:46 DEBUG[18427]: update_user_counter(user1) -
decrement inUse counter
-----
Any advice will be appreciated.
Regards,
Juan M. Coronado Z.
2007 Sep 14
3
make tc stop!
I want to stop shaping from running on my box, without rebooting it.
What''s the best way to get rid of any tc rules?
I have tried "tc qdisc del dev eth0 root" which appeared to be
successful but traffic through my box is still very slow.
Cheers,
Jonathan
------------------------
Jonathan Gazeley
ResNet | Wireless & VPN Team
Information Systems & Computing
University
2006 Feb 09
2
Where do I post patches?
I have found a few bugs in tc, and have produced patches
for them. Two require changes to tc, one to the kernel.
Where should I post these patches?
--
Regards,
Russell Stuart
2006 Feb 11
1
about the traffic control
Hi, all:
I''m involved in the study about the QoS,but have some problems , hope
someone could help me answer:
1. Why most traffic shaping implement in the egress side (Uplink) rather
than the ingress side(Dnlink)?(e.g. why put the police rule on the smaller
bandwidth side but not put on the larger side)
2. I can''t differ the functionalities exactly
2005 Nov 22
0
tc filter: match tcp src vs. match ip sport
...ne
doesn''t :? because in the output of "tc filter show" the only
difference is that the first one matches "at 20" and the second one
"at nexthdr+0", which should be identical :?????
What the heck am I doing wrong? Thanks a lot :)
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736 | http://www.dervishd.net
http://www.pleyades.net & http://www.gotesdelluna.net
It''s my PC and I''ll cry if I want to...
2005 Nov 25
0
[RESEND] tc filter: match tcp src vs. match ip sport
...refer to use it just
in case I have to filter IP packets with options (because then the
first filter won''t work).
What the heck am I doing wrong? Is iptables my only option?
What''s the matter with "nexthdr"?
Thanks a lot in advance :)
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736 | http://www.dervishd.net
http://www.pleyades.net & http://www.gotesdelluna.net
It''s my PC and I''ll cry if I want to...
2013 Dec 21
0
calculo del area de t experimental o F experimental
...thesis: true difference in means is less than 0
95 percent confidence interval:
-Inf -5.472342
sample estimates:
mean of x mean of y
5.5 13.5
El p-valor lo podrías obtener "a mano" con
> pt(-5.4349,df=21.982)
[1] 9.277367e-06
El 21/12/2013 20:15, HERNANDEZ CORONADO JORGE escribió:
> Estimados compañeros: tengo una duda sobre R; cuando ejecuto la prueba t, R
> calcula una t experimental y le calcula su probabilidad asociada y la
> compara con P=0.05 (valor por defecto).
>
> Mi duda es si para calcular este area, tipifica primera a z y luego entr...
2005 Nov 04
4
Latency/burst problem with HTB
...nd informative, it''s not enough (for me) to know how to
solve this problem. I don''t want to use any other qdisc because I
need a classful one and I don''t fully understand CBQ (I understand
HTB MUCH better). Thanks again and pleased to meet you :)
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736 | http://www.dervishd.net
http://www.pleyades.net & http://www.gotesdelluna.net
It''s my PC and I''ll cry if I want to...
2003 Dec 27
3
Vocera Communication Badge
Hi there,
yesterday I came across the "Vocera Communication Badge" and now I'd like
to know if anyone here has played with that thing (or even just seen it
in real life), and if a price tag can be found for this device?
Too bad they don't use SIP... ;-(
http://www.vocera.com/
http://www.heise.de/newsticker/data/tol-25.12.03-001/
Cheers, Philipp
** Wireless Specifications