Public fields | ||
ghk | const | |
sigfree | const | |
SigLT | const | |
Public methods | ||
SetGHK | ||
vfunc | Compute and return the vector of log-likelihoods at the current parameters. | |
xGHKMNP | GHK based objective for MNP log likelihood. | |
Enumerations | ||
Anonymous enum 1 |
Public fields | ||
Npts | const | # of nodes in quadrature |
Public methods | ||
vfunc | Compute and return the vector of log-likelihoods at the current parameters. | |
xGQMNP | Gauss-Hermite based objective for MNP log likelihood. |
Public fields | ||
betas | const | Array of J-1 parameter blocks, one for each equation except Y=0. |
D | ||
indY | 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. |
J | const | J : number of options |
Jvals | const | integer codes of choices |
lk | ||
namearray | const | Labels for variables |
NN | const | indexing vector |
nX | const | K : number of X variables |
X | const | X : matrix of exog variables |
Y | const | Y : discrete endog vector |
Public methods | ||
Estimate | Estimate the model using BHHH, print results. | |
SetD | ||
xMNP | 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 |