Displaying 6 results from an estimated 6 matches similar to: "fivenum accuracy (PR#13164)"
2009 Sep 11
0
R help:
Hi
I have written a code to do some averaging of data over uneven  
intervals. The for loop keeps missing particular depths and I once got  
an error message reading:
  *** caught segfault ***
address 0xc0000023, cause 'memory not mapped'
Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
The portion of
2003 Oct 15
1
fivenum (PR#4586)
Full_Name: Richard Huggins
Version: 1.7.1
OS: windows 2000
Submission from: (NULL) (131.172.4.44)
> x<-rnorm(100,2,1)
> mean(x)
[1] 1.73299
> summary(fivenum(x))
   Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
-0.3655  1.1070  1.7430  1.7320  2.3840  3.7910 
> summary(x)
   Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
-0.3655  1.1070  1.7430  1.7330  2.3830  3.7910 
>
2007 Oct 09
0
Fwd: Summary vs fivenum results for Q3
You can get anything you want, at Alice's Restaurant:
 > quantile(d,.75,type=1)
75%
913
 > quantile(d,.75,type=2)
   75%
981.5
 > quantile(d,.75,type=3)
75%
913
 > quantile(d,.75,type=4)
75%
913
 > quantile(d,.75,type=5)
   75%
981.5
 > quantile(d,.75,type=6)
     75%
1015.75
 > quantile(d,.75,type=7)
    75%
947.25
 > quantile(d,.75,type=8)
      75%
992.9167
 >
2007 Oct 09
3
Summary vs fivenum results for Q3
I've just started using R and am still a neophyte, but I found the following curious result.  I'm using the current version of R (2.5.1 (2007-06-27) ).
Why are the results for the third quartile different in the output from the summary and fivenum commands?  For the following data set
457     514     530     530     538     560     687     745     745     778     786     790     792    
2012 Oct 15
1
performance analytics
hi Michael,
am sorry for the incomplete reply .
csv file data havinmg like this , 
>getSymbols("IBM")
>weekly_data = to.weekly(week_name)		
>dataframe=data.frame(weekly_data)
>outputfile_name="F:\\R-programs\\Outputfile.csv"
>write.table(dataframe, file =outputfile_name,sep = ",",col.names
=TRUE,row.names = T)
> datafrom_table <-
2018 Sep 27
1
Connection and login scripts callback
Hello,
currently there is very handy post-login scripting already implemented 
but it naturally executes only when successful login happens. I would 
like to have another two script callbacks which runs:
1. immediately after client connects to server - dovecot should run 
script with connection IP and wait for result and then reject/accept 
connection with return message accordingly.
2. after