Displaying 2 results from an estimated 2 matches for "interprit".
Did you mean:
interpret
2006 Jul 10
1
Query:chi-squre test
...5.78
1782103,4.701348074,3.276697142,1.998288788,1.083247457,0.528493456,0.23
4400679,0.095299266,0.035764993
Estimated Parameter =4.878788
Chi square stat = 0.000113
My excel answer tally with the book which I have refer for excel.
Please tell me the correct calculation in R.
And how to interprit the results in R.
Thanks.
Regards.
Priti.
2001 Nov 08
1
ethertap dropping packets?
...p: echo reply (DF)
eth1 on pax: (tcpdump -i $NETNAME icmp)
-------------
00:07:39.980000 < 10.11.15.11 > 10.11.1.1: icmp: echo request (DF)
00:07:40.980000 < 10.11.15.11 > 10.11.1.1: icmp: echo request (DF)
00:07:41.980000 < 10.11.15.11 > 10.11.1.1: icmp: echo request (DF)
My interpritation of the above tcpdumps is:
-- ICMP echo request --
1) Leave its source (10.11.15.11)
2) Enter eth0 on pax
3) Enter ethertap on pax
4) tunnel to ethertap orca
5) forwrad to eth0 on orca
6) reach it's destination succesfully
-- ICMP echo reply --
1) Leave it's source (10.11.1.1)
2) Ente...