| New Reply |
Fitting 4 parameter distributions in S-Plus (or R) |
Share Thread | Thread Tools |
| May13-12, 05:54 PM | #1 |
|
|
Fitting 4 parameter distributions in S-Plus (or R)
Hi, I am trying to fit sample data to a Johnson SU distribution in S-Plus. It seems not many people use S-Plus, so if you are familiar with R then you could help as well.
The code that I have is: f.Jsu.fun.takeslist(x,g,l,r,e) which is a function I have made that calculates the PDF of each value of the list x and has parameters g,l,r,e corresponding to the Johnson SU distribution. I know this PDF works because I have used it to plot graphs. fitdistr(turn$all.turn.y.obs,f.Jsu.fun.takeslist,list(g=0.5,r=3,l=3000, e=-200)) is then what I am trying to use to fit the Johnson SU distribution. fitdistr is a native S-Plus function. Now, the fitdistr doesn't work on this function. What I have done previously though is fitted the Gumbel distribution using the same approach by creating my own PDF function, and fitdistr worked and provided a good fit. The Gumbel distribution is 2 parameter and the Johnson SU is 4 parameter, so I am thinking it is just too many parameters for it to handle, although no limits are specified for fitdistr. I am by no means a master of S-Plus or R so I would appreciate anything you guys have to say on this. Thanks!
|
| May14-12, 03:09 AM | #2 |
|
|
Can you guarantee that turn$all.turn.y.obs follows a Johnson SU? If you can't then maybe the fit is just not good, anyhow it might also be worth to look for outliers in you data.
The number of parameters should not be the problem, if anything you could also try to increase the number of max iterations for the optimizers used by fitdistr. |
| New Reply |
| Thread Tools | |
Similar Threads for: Fitting 4 parameter distributions in S-Plus (or R)
|
||||
| Thread | Forum | Replies | ||
| fitting distributions that have a singular component | Set Theory, Logic, Probability, Statistics | 5 | ||
| model parameter distributions from Gamma distributed data | Set Theory, Logic, Probability, Statistics | 6 | ||
| Histogram fitting: fit parameter errors not corresponding with optimizer results | Set Theory, Logic, Probability, Statistics | 0 | ||
| Thermodynamics - First Law (T-fitting) | Engineering, Comp Sci, & Technology Homework | 1 | ||
| Fitting Gibbs distributions | General Physics | 1 | ||