search for: frequesncies

Displaying 2 results from an estimated 2 matches for "frequesncies".

Did you mean: frequencies
2012 Jul 05
3
Maximum Likelihood Estimation Poisson distribution mle {stats4}
...l/library/stats4/html/mle.html http://stat.ethz.ch/R-manual/R-devel/library/stats4/html/mle.html *In the example provided with the help * > od <- options(digits = 5) > x <- 0:10 *#generating Poisson counts* > y <- c(26, 17, 13, 12, 20, 5, 9, 8, 5, 4, 8) *#generating the > frequesncies* > ## Easy one-dimensional MLE: > nLL <- function(lambda) -sum(stats::dpois(y, lambda, log=TRUE)) *#they > define the Poisson negative loglikelihood* > fit0 <- mle(nLL, start = list(lambda = 5), nobs = NROW(y)) * #they > estimate the Poisson parameter using mle* > fit0 *...
2002 Feb 22
0
[Bug 124] New: Terminal hangs when data is streaming to it...
http://bugzilla.mindrot.org/show_bug.cgi?id=124 Summary: Terminal hangs when data is streaming to it... Product: Portable OpenSSH Version: 2.9.9p2 Platform: Other OS/Version: AIX Status: NEW Severity: critical Priority: P1 Component: ssh AssignedTo: openssh-unix-dev at mindrot.org