search for: conclusion3

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

Did you mean: conclusion
2008 Sep 08
0
Poisson Distribution - Chi Square Test for Goodness of Fit
...ted prob. distribution at 1% los'     if(chi_squared > cv2)   Conclusion2 <- 'Sample does not come from the postulated probability distribution at 5% los' else Conclusion2 <- 'Sample comes from postulated prob. distribution at 1% los'   if(chi_squared > cv3) Conclusion3 <- 'Sample does not come from the postulated probability distribution at 10% los' else Conclusion3 <- 'Sample come from postulated prob distribution at 1% los'   #-----------------------------------------------------------------------------   # Printing RESULTS   print...
2008 Aug 29
0
Problem with Poisson - Chi Square Goodness of Fit Test - New Mail
...ted prob. distribution at 1% los' ? ? if(chi_squared > cv2) ? Conclusion2 <- 'Sample does not come from the postulated probability distribution at 5% los' else Conclusion2 <- 'Sample comes from postulated prob. distribution at 1% los' ? if(chi_squared > cv3) Conclusion3 <- 'Sample does not come from the postulated probability distribution at 10% los' else Conclusion3 <- 'Sample come from postulated prob distribution at 1% los' ? #----------------------------------------------------------------------------- ? # Printing RESULTS ? print...
2008 Aug 29
0
Poisson Distribution - problem with Chi Square Goodness of Fit test
...ted prob. distribution at 1% los'     if(chi_squared > cv2)   Conclusion2 <- 'Sample does not come from the postulated probability distribution at 5% los' else Conclusion2 <- 'Sample comes from postulated prob. distribution at 1% los'   if(chi_squared > cv3) Conclusion3 <- 'Sample does not come from the postulated probability distribution at 10% los' else Conclusion3 <- 'Sample come from postulated prob distribution at 1% los'   #-----------------------------------------------------------------------------   # Printing RESULTS   print...
2008 Aug 29
0
Please ignore earlier mail - [ Poisson - Chi Square test for Goodness of Fit]
...stribution at 1% los' ? ? if(chi_squared > cv2) ? Conclusion2 <- 'Sample does not come from the postulated probability distribution at 5% los' else Conclusion2 <- 'Sample comes from postulated prob. distribution at 1% los' ? if(chi_squared > cv3) Conclusion3 <- 'Sample does not come from the postulated probability distribution at 10% los' else Conclusion3 <- 'Sample come from postulated prob distribution at 1% los' ? #----------------------------------------------------------------------------- ? # Printing RESULTS...