search for: lenk

Displaying 5 results from an estimated 5 matches for "lenk".

Did you mean: len
2005 Apr 22
1
an interesting qqnorm question
...99305 0.991632565640424 0.984047197106486 0.99225943762649 1.00555642128421 0.993725402926564 .... the data is saved in a file called f392.txt. I used the following codes to play around :) k<-read.table("f392.txt", header=F) # read into k kk<-k[[1]] l<-qqnorm(kk) diff=c() lenk<-length(kk) i=1 while (i<=lenk){ diff[i]=l$y[i]-l$x[i] # save the difference of therotical quantile and sample quantile # remember, my sample mean is around 1 while the therotical one, 0 i<-i+1 } hist(diff, breaks=300) # analyze the distr of such diff qqnorm(d...
2005 Apr 28
3
have to point it out again: a distribution question
...d in a file called f392.txt. > > > > > > I used the following codes to play around :) > > > > > > k<-read.table("f392.txt", header=F) # read into k > > > kk<-k[[1]] > > > l<-qqnorm(kk) > > > diff=c() > > > lenk<-length(kk) > > > i=1 > > > while (i<=lenk){ > > > diff[i]=l$y[i]-l$x[i] # save the difference of therotical quantile > > > and sample quantile > > > # remember, my sample mean is around 1 > > > while the thero...
2012 Mar 28
0
Domain users are loosing there groups after some time. (samba maillist)
Hello, sorry that i didn't answer sooner. (I was ill the last few days.) We didn't resolve the problem yet. But we wonna try to use the patch Micha Lenk mentioned in his post. (https://bugzilla.samba.org/show_bug.cgi?id=8523) We think, until the cache problem is resolved, it is better to have no cache then a bad cache. Also i read the posts of the last few days on the list. And i think this is a big problem. When i read the posts right, many proble...
2005 Sep 08
1
graphics support in R help files
I looked through the "Writing R Extensions" pdf, and I don't see how graphics can be input in help files. For example, if I had a .eps plot that I wanted to include in a help file, what would the syntax be to include it in an R help file? If there is graphics support in help files, which format are supported (e.g., gif, png, jpg, eps, ps)? Thanks, -Len Kannapell
2012 Mar 15
0
winbindd requests failing with NT_STATUS_PIPE_BROKEN
Hi Samba experts, I am currently investigating an issue with a bigger winbindd installation which causes all following winbindd requests to fail until winbindd is restarted. We use a slightly patched version of winbindd based on Samba 3.5.8. In the used setup the winbindd is joined to an AD domain and is quite busy with answering winbindd requests of type PAM_AUTH_CRAP, LOOKUPNAME, GETUSERSIDS,