search for: mitester

Displaying 4 results from an estimated 4 matches for "mitester".

Did you mean: itester
2009 Sep 02
1
Problem at subsetting matrix by using dimnames
Given: > mitest <- matrix(1:16,ncol=4) > dimnames(mitest)[[1]] <- c("a","b","c","d") > dimnames(mitest)[[2]] <- c("a","b","c","d") > mitest a b c d a 1 5 9 13 b 2 6 10 14 c 3 7 11 15 d 4 8 12 16 I can do: > mitest[cbind(c(1,2,3),c(2,3,2))] [1] 5 10 7 but using the names does not
2000 Nov 22
3
Confidence interval
I have this question I hope you can answer. First, lets see this simple example, using the Student's t-test: > test<-t.test(miTest.data, mu=0.5, conf.level=0.90 ) > test One Sample t-test data: miTest.data t = 0.5222, df = 9, p-value = 0.6141 alternative hypothesis: true mean is not equal to 5 90 percent confidence interval: 3.744928 7.255072 sample estimates: mean
2009 Mar 30
2
Ideas for Asterisk load testing, testing trunks etc.
Hi, I have a task to load test a few VoIP servers, and also test our trunks on regular intervals to see how reliable they are, i.e. how often they go down, if at all. I did some search and found a lot of VoIP testing tools. I selected some of them and testing them one by one. But so far haven't found any which could do good load testing and test the trunks. So far SIPp is the only one which
2019 Apr 30
6
Disk space and RAM requirements in docs
Hi, Have anybody recently built LLVM in Debug mode /within/ space requirements from the Getting Started doc? https://llvm.org/docs/GettingStarted.html#hardware > An LLVM-only build will need about 1-3 GB of space. A full build of LLVM and Clang will need around 15-20 GB of disk space. From my experience this numbers looks drastically low. On FreeBSD my recent builds consumed more than