search for: fnonct

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

Did you mean: tnonct
2008 Oct 09
3
solve cdf for noncentrality (PR#11527)
Full_Name: Jerry W. Lewis Version: 2.7.0 OS: Windows XP Professional Submission from: (NULL) (198.180.131.16) If you are saying that there is no need to solve for the noncentrality parameter, please justify this amazing assertion. If you are saying that this need is already adequately addressed in R, then please enlighten me.
2005 Oct 11
2
Sometimes having problems finding a minimum using optim(), optimize(), and nlm() (while searching for noncentral F parameters)
...do just that, but at other times the methods return inappropriate results. I'll paste my code that illustrates an example where all is well and one where things fail. Is there are easier way to do what I'm trying to accomplish? The analog in SAS of what I'm trying to come up with is FNONCT. #Begin code ################################################################## # Define necessary values. F.value <- 4 tol <- 1e-8 df.1 <- 5 df.2 <- 200 alpha.lower <- .025 maxit<-1000 # The function to be minimized. Here we are looking for the noncentral # value, 'Lambda...