search for: f392

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

Did you mean: 392
2005 Apr 22
1
an interesting qqnorm question
...s: I happened to have a question in my work: I have a dataset, which has only one dimention, like 0.99037297527605 0.991179836732708 0.995635340631367 0.997186769599305 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...
2005 Apr 28
3
have to point it out again: a distribution question
...84956e-02) The second plot seems to say my sample distr follows t-distr. (not sure of this) BTW, what the commands for simulating other distr like log-norm, exponential, and so on? The third one was obtained by running the following R code: Suppose my data is read into dataset k from file "f392.txt": k<-read.table("f392.txt", header=F) # read into k kk<-k[[1]] qq(kk) qq function is defined as below: qq<-function(dataset){ l<-qqnorm(dataset, plot.it=F) diff<-l$y-l$x # difference b/w sample and it's therotical quantile qqnorm(diff) } The most interes...
2017 Oct 26
0
not healing one file
Hey Richard, Could you share the following informations please? 1. gluster volume info <volname> 2. getfattr output of that file from all the bricks getfattr -d -e hex -m . <brickpath/filepath> 3. glustershd & glfsheal logs Regards, Karthik On Thu, Oct 26, 2017 at 10:21 AM, Amar Tumballi <atumball at redhat.com> wrote: > On a side note, try recently released health
2017 Oct 26
3
not healing one file
On a side note, try recently released health report tool, and see if it does diagnose any issues in setup. Currently you may have to run it in all the three machines. On 26-Oct-2017 6:50 AM, "Amar Tumballi" <atumball at redhat.com> wrote: > Thanks for this report. This week many of the developers are at Gluster > Summit in Prague, will be checking this and respond next
2017 Oct 26
2
not healing one file
...self-heal-common.c:1327:afr_log_selfheal] 0-home-replicate-0: Completed metadata selfheal on fa73c453-f76d-435c-8be2-9f585e5c9a6d. sources=0 [2] sinks=1 [2017-10-25 10:40:28.569424] I [MSGID: 108026] [afr-self-heal-common.c:1327:afr_log_selfheal] 0-home-replicate-0: Completed data selfheal on e067f392-98a7-493a-a3a6-54c2acf50378. sources=0 [2] sinks=1 [2017-10-25 10:40:28.571296] I [MSGID: 108026] [afr-self-heal-metadata.c:52:__afr_selfheal_metadata_do] 0-home-replicate-0: performing metadata selfheal on e067f392-98a7-493a-a3a6-54c2acf50378 [2017-10-25 10:40:28.659427] I [MSGID: 108026] [afr-s...