search for: equal3

Displaying 3 results from an estimated 3 matches for "equal3".

Did you mean: equal
2016 Apr 19
0
problem on simulation code (the loop unable to function effectively)
...e and scale parameter > all<- cbind(rep(sample_sizes[1,],5),rep(sample_sizes[2,],5),scp) > > # name the column samples 1 and 2 and standard deviation > colnames(all) <- c("m", "n","scp") > > > #set empty vector of length to store p-value > equal3<-rep(0,nrow(all)) > unequal4<-rep(0,nrow(all)) > mann5<-rep(0,nrow(all)) > > #set nrow =nsims because wan storing every p-value simulated > #for gamma distribution with equal skewness > matrix3_equal <-matrix(0,nrow=nSims,ncol=3) > matrix4_unequal<-matrix(0,nrow...
2016 Apr 19
0
problem on simulation code (the loop unable to function effectively)
...es[1,],5),rep(sample_sizes[2,],5),scp) >>> >>> # name the column samples 1 and 2 and standard deviation >>> colnames(all) <- c("m", "n","scp") >>> >>> >>> #set empty vector of length to store p-value >>> equal3<-rep(0,nrow(all)) >>> unequal4<-rep(0,nrow(all)) >>> mann5<-rep(0,nrow(all)) >>> >>> #set nrow =nsims because wan storing every p-value simulated >>> #for gamma distribution with equal skewness >>> matrix3_equal <-matrix(0,nrow=nSim...
2017 Feb 18
8
[PATCH 0/6] generator: Split up generator/actions.ml
Split up the huge generator/actions.ml into several smaller files. Rich.