[R] Fit t distribution

livia yn19832 at msn.com
Tue Jul 24 16:42:52 CEST 2007


Hi all, I am trying to fit t distribution using the function "tFit" in the
library(fBasics). 

I am using the code tFit(datac[[2]]) and it returns the following list.

Title:
 Student-t Parameter Estimation 

Call:
 tFit(x = datac[[2]])

Model:
 Student-t Distribution

Estimated Parameter(s):
     df 
78.4428 

I just wonder how can I refer to the estimated parameters. I tried
tFit(datac[[2]]) $df,tFit(datac[[2]])@df, but neither of them work.
Could anyone give me some advice?

-- 
View this message in context: http://www.nabble.com/Fit-t-distribution-tf4136445.html#a11764680
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list