search for: multilogit

Displaying 2 results from an estimated 2 matches for "multilogit".

Did you mean: multilog
2005 May 03
1
maximization help :
Given a vector : pvec=(p1,p2,.... p J) with sum(pvec)=1, all the elements are non-negative, that is, they are probabilities a matrix A ( N* J ), with the elements alpha(ij) are 0 or 1 I want to MAXIMIZE THE RESULT RESULT= product( i=1, to N [ sum ( alpha(ij)* pj , j =1,to J ) ] ) thus, I need to get pvec. how should I do ? for example
2007 Dec 11
1
R computing speed
...below. Many thanks, Carlo *************************************** Carlo Fezzi Centre for Social and Economic Research on the Global Environment (CSERGE), School of Environmental Sciences, University of East Anglia, Norwich, NR4 7TJ United Kingdom. *************************************** # MULTILOGIT # This function computes the estimates of a multinomial logit model # inputs: a matrix vector of 1 and 0 (y) or of shares # a matrix of regressors (x) - MUST HAVE COLUMN NAMES! - # names of the variables, default = colnames(x) # optimization methods, default = 'BFGS' # base catego...