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.

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to