Displaying 1 result from an estimated 1 matches for "ge15".
Did you mean:
e15
2008 Sep 25
0
Please help me interpret these results (fitting distributions to real data)
...gt; str(ex15)
List of 4
$ estimate: Named num 0.0653
..- attr(*, "names")= chr "rate"
$ sd : Named num 0.00356
..- attr(*, "names")= chr "rate"
$ n : int 337
$ loglik : num -1256
- attr(*, "class")= chr "fitdistr"
> ge15 = fitdistr(x15,"geometric")
> str(ge15)
List of 4
$ estimate: Named num 0.0613
..- attr(*, "names")= chr "prob"
$ sd : Named num 0.00324
..- attr(*, "names")= chr "prob"
$ n : int 337
$ loglik : num -1257
- attr(*, "clas...