[R] Status of the "bs" Package

krusty the klown alessandrobarbiero at libero.it
Tue Nov 9 11:13:18 CET 2010


Hi, the package bs, version 1.0, is available.
Yet, I've gote some problems with it, specifically with the maximum
likelihood estimation of the parameters \alpha and \beta of
Birnbaum-Saunders distribution.
Let the following code run:
library(bs)
alpha<-1.5
beta<-0.5
n<-100
set.seed(1)
x<-rbs(n,alpha,beta)
est1bs(x)
The MLE algorithm does not converge. Not only for this pair of values and
for this sample... Please have a look...

-- 
View this message in context: http://r.789695.n4.nabble.com/Status-of-the-bs-Package-tp827806p3033442.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list