Displaying 5 results from an estimated 5 matches for "irregulary".
Did you mean:
irregular
2006 May 25
1
Computing a reliability index of a statistic with missing data
...e more missing data,
the less confidence we can have in the statistic. But the distribution
of missing data throughout the data serie is important as well:
independently of the number of missing data, if available data are
regularily spaced in time the RI should be higher than if available data
are irregulary spaced. As a measure of sampling regularity, I thought
about computing the time to next record and then take its variance over
the time interval on which the statistic is computed. The variance of
the time to next record would be a measure of sampling regularity so
that the final RI could be of the...
2008 Jun 11
3
WINS server looses election irregular in a heterogeneous network
...genous network. It's a
student hostel with about 200 mixed (Windows, Linux, Mac OS X) computers. We
have a DHCP, which delivers the WINS-Server address to the clients. I don't
have access to the clients.
The problem is, that the WINS-Server (Samba 3.0.27) looses the
Master-Browser election irregulary. I can't configure Samba a way, that
it keeps the MSB.
Example from the log.nmbd:
===
[2008/06/09 22:15:45, 0]
nmbd/nmbd_incomingdgrams.c:process_local_master_announce(309)
process_local_master_announce: Server GUERO at IP 10.0.80.221 is announcing
itself as a local master browser for workgro...
2006 Jun 13
0
[Fwd: Re: : Win XP Client does not remove directories]
...T_FILE_INFO") to delete a directory and this request does not work
with Samba, just write back and I'll send you the files. By the way: The
normal request seems to be "Delete Directory Request (0x01)".
As I already said, I don't know, why Windows starts behaving like that
irregulary and after one restart often everything is fine again, but I
can say, that in the faultcase, where Win sends the different request,
it is not possible to remove folders from Samba-Shares but still
possible to remove folders from Win-Shares. (That's why i don't post it
to Win-Bugzilla ;)...
2010 Aug 20
5
paired samples, matching rows, merge()
Hi everyone!
I'm matching two samples to create one sample that have
pairs of observations equal for the k1 variable. Merge()
doesn't work because I dont't want to recycle the values.
x <- data.frame(k1=c(1,1,2,3,3,5),
k2=c(20,21,22,23,24,25))
x
y <- data.frame(k1=c(1,1,2,2,3,4,5,5),
k2=c(10,11,12,13,14,15,16,17))
y
merge(x,y,by="k1")
k1 k2.x k2.y
1 1 20
2006 Jun 26
1
[Fwd: [Fwd: Re: : Win XP Client does not remove directories]]
...;SET_FILE_INFO") to delete a directory and this request does not work
with Samba, just write back and I'll send you the files. By the way: The
normal request seems to be "Delete Directory Request (0x01)".
As I already said, I don't know, why Windows starts behaving like that
irregulary and after one restart often everything is fine again, but I
can say, that in the faultcase, where Win sends the different request,
it is not possible to remove folders from Samba-Shares but still
possible to remove folders from Win-Shares. (That's why i don't post it
to Win-Bugzilla ;) )...