| Public fields | ||
| const | ||
| const | ||
| const | ||
| Public methods | ||
| Compute and return the vector of log-likelihoods at the current parameters. | ||
| GHK based objective for MNP log likelihood. | ||
| Enumerations | ||
| Public fields | ||
| const | # of nodes in quadrature | |
| Public methods | ||
| Compute and return the vector of log-likelihoods at the current parameters. | ||
| Gauss-Hermite based objective for MNP log likelihood. | ||
| Public fields | ||
| const | Array of J-1 parameter blocks, one for each equation except Y=0. | |
| const | N x J matrix of permutations the first column is index of Y second column is first non-Y choice third column is second non-Y choice etc. |
|
| const | J : number of options | |
| const | integer codes of choices | |
| const | Labels for variables | |
| const | indexing vector | |
| const | K : number of X variables | |
| const | X : matrix of exog variables | |
| const | Y : discrete endog vector | |
| Public methods | ||
| Estimate the model using BHHH, print results. | ||
| Create a new MNP model. | ||
| Enumerations | ||
| Anonymous enum 1 | identity, onlydiag, lowertriangle, SigmaOptions | |
| R |
| iSigma |
| fn |
| Yname |
| Xnames |
| Npts |
| fn |
| Yname |
| Xnames |
| fn | string, a file to load the data from using Ox Database.Load()
|
| Yname | string, name or label of the column in the file that contains Y Yname can contain any integers. MNP will translate the unique sorted values into 0...Jvals-1 |
| Xnames | a string of the form var1 var2 ... varN |