Displaying 3 results from an estimated 3 matches for "a_iter".
Did you mean:
_iter
2009 Jul 30
0
Constrained MLE of fixed mean Singh-Maddala distribution
...# Singh-Maddala Distribution
# Parameters: a:shape ; b: scale; q: shape.
# a>0, b>0, q>0. To use given mean require -a<1<aq.
# Use exponential function to ensure above constraints (except
'-a<1<aq'.
neg.LL_sinmad<-function(p, y, x)
{
a_iter<-exp(p[1])
b_iter<-exp(p[2])
q_iter<-exp(p[3])
#NEED TO PUT IN CONTITION ENSURING THAT 'q_iter-1/a_iter>0'.
z<-(-sum(log(dsinmad(y, a=a_iter, scale=b_iter,
q.arg=q_iter, log=FALSE))))
}
#Set values for initial guess of t...
2009 Jul 31
0
MLE estimation of constrained mean Singh-Maddala distribution
...#################
# Singh-Maddala Distribution
# Parameters: a:shape ; b: scale; q: shape.
# a>0, b>0, q>0. To use given mean require -a<1<aq.
# Use exponential function to ensure above constraints (except
'-a<1<aq'.
neg.LL_sinmad<-function(p, y, x)
{
a_iter<-exp(p[1])
b_iter<-exp(p[2])
q_iter<-exp(p[3])
#NEED TO PUT IN CONTITION ENSURING THAT 'q_iter-1/a_iter>0'.
z<-(-sum(log(dsinmad(y, a=a_iter, scale=b_iter, q.arg=q_iter,
log=FALSE))))
}
#Set values for initial guess of the parameters.
a_guess<-2
b_guess<-3
q_guess...
2002 Oct 18
4
Netlogon no longer works in 2.2.6 with W2k client
Hi,
We've got a fairly simple samba setup (no ldap/winbind etc) and until
recently everything worked fine (using samba-2.2.5). But after switching
to samba-2.2.6 w2k-clients fail to run the netlogon-scripts. When i look
at the client it says: logonserver=\\<workstationname>
BTW. The output of "nmblookup -S CPB" (to me) seems to say that CPB is
the logonserver.
querying CPB