search for: hipothesis

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

Did you mean: hipotesis
2009 May 31
1
Bug in truncgof package?
...xt <- xc[xc >= treshold] # left truncated sample ad.test(xt, "plnorm", list(meanlog = 2, sdlog = 2), H = 10) Supremum Class Anderson-Darling Test data: xt AD = 3.124, p-value = 0.12 alternative hypothesis: two.sided treshold = 10, simulations: 100 So I cannot reject the hipothesis (at a standard confidence level) that the original sample comes from a lognormal distribution (as it is the case). But let us try to iterate on this example: set.seed( 123 ) treshold <- 10 foo <- function(){ xc <- rlnorm(100, 2, 2) # complete sample xt <- xc[xc >=...
2012 Jun 03
0
Bug in truncgof package?
...t; ad.test(xt, "plnorm", list(meanlog = 2, sdlog = 2), H = 10) > > > Supremum Class Anderson-Darling Test > > data: xt > AD = 3.124, p-value = 0.12 > alternative hypothesis: two.sided > > treshold = 10, simulations: 100 > > > So I cannot reject the hipothesis (at a standard confidence level) that > the original sample comes from a lognormal distribution (as it is the > case). > > But let us try to iterate on this example: > > set.seed( 123 ) > treshold <- 10 > > foo <- function(){ > xc <- rlnorm(100, 2, 2)...
2005 Oct 15
6
FW: Some queueing disciplines that I wrote.
Dear LATRC and devotees, I have developed some Linux queueing disciplines. I developed them for my masters project. You are free to use or distribute my work. Here is the abstract from my dissertation:- This is a project to implement a Mice and Elephants queuing discipline on Linux. My project has three aims. The first aim was to produce a prototype Mice and Elephants router