Send output to:
Browser Blue - Charts White
Browser Black/White
CSV
Data:
0.5 0.5 0.4 0.5 0.7 0.3 0.4 0.4 0.7 0.6 0.6 0.2 0.4 0.4 0.5 0.3 0.4 0.7 0.5 0.2 0.3 0.6 0.6 0.2 0.7 0.2 1 0.4 0.4 0.2 0.4 0.4 0.7 0.2 0.6 0.3 0.3 0.2 0.5 0.7 0.6 0.4 0.6 0.4 0.3 0.5 0.2 0.3 0.5 0.7 0.4 0.3 0.2 0.5 0.4 0.6 0.4 0.4 0.2 0.9 0.8 0.8 0.3 0.2 0.4 0.2 0.2 0.1 0.4 0.5 0.8 0.4 0.6 0.5 0.3 0.4 0.6 0.4 0.3 0.8 0.6 0.3 0.5 0.4 0.3 0.7 0.2 0.4 0.6 0.6 0.6 0.4 0.6 0.5 0.5 0.6 0.8 0.5 0.6 0.4 0.3 0.3 0.2 0.4 0.5 0.3 0.4 0.5 0.3 0.5 0.4 0.4 0.6 0.3 0.4 0.3 1 0.4 0.8 0.3 0.5 0.4 0.3 0.5 0.3 0.3 0.4 0.3 0.6 0.6 0.4 0.4 0.4 0.3 0.2 0.5 0.4 0.4 0.4 0.3 0.4 0.2 0 0.4 0.6 0.4 0.4 0.4 0.2 0.4 0.3 0.6 0.6 0.4 0.5 0.4 0.6 0.6 0.9 0.4 0.8 0.5 0.4 0.4 0.7 0.4 0.8 0.4 0.3 0.5 0.8 0.4 1 0.5 0.5 0.3 0.3 0.3 0.4 0.5 0.5 0.4 0.7 0.5 0.4 0.7 0.7 0.7 0.7 0.7 0.7 0.1 0.2 0.3 0.6 0.8 0.8 0 0.3 0.6 0.5 0.7 0.3 0.3 0.4 0.4 0.1 0.5 0 0.4 0.6 0.4 0.1 0.3 0.7 0.3 0.5 0.3 0.6 0.9 0.4 0.3 0.9 0.5 0.3 0.6 0.2 0.4 0.5 0.4 0 0.2 0.5 0.3 0 0.5 0.6 0.3 0 0.3 0.5 0.4 0.5 0.7 0.8 0.6 0.4 0.5 0.5 0.3 0.6 0.3 0.6 0.3 0.7 0.7 0.6 0.5 0.5 0.4 0.4 0.7 0.2 0.5 0.4 0.2 0.5 0.4 0.7 0.6 0.4 0.5 0 0.7 0.4 0.5 0.6 0.8
R Code
library(moments) agostino <- agostino.test(x) anscombe <- anscombe.test(x) geary <- geary(x) jarque <- jarque.test(x) load(file='createtable') a<-table.start() a<-table.row.start(a) a<-table.element(a,'Skewness and Kurtosis Test',1,TRUE) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,paste('<pre>',RC.texteval('agostino'),'</pre>',sep='')) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,paste('<pre>',RC.texteval('anscombe'),'</pre>',sep='')) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,paste('<pre>',RC.texteval('jarque'),'</pre>',sep='')) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,paste('<pre>',RC.texteval('geary'),'</pre>',sep='')) a<-table.row.end(a) a<-table.end(a) table.save(a,file='mytable.tab')
Compute
Summary of computational transaction
Raw Input
view raw input (R code)
Raw Output
view raw output of R engine
Computing time
1 seconds
R Server
Big Analytics Cloud Computing Center
Click here to blog (archive) this computation