|
| |
com.kutsyy.lvspod
Class OrdinalSpatialQLEM
java.lang.Object
|
+--com.kutsyy.lvspod.OrdinalSpatialAbstract
|
+--com.kutsyy.lvspod.OrdinalSpatialAbstractEM
|
+--com.kutsyy.lvspod.OrdinalSpatialQLEM
- All Implemented Interfaces:
- Function, MvFunction
- public final class OrdinalSpatialQLEM
- extends OrdinalSpatialAbstractEM
Insert the type's description here.
Creation date: (10/21/2000 2:56:53 PM)
| Fields inherited from class com.kutsyy.lvspod.OrdinalSpatialAbstract |
beta, betaKeep, Brent, EPS, gradient, itotal, K, keepConstant, L, lambda, Loc, M, max_over, Mnbrak, N, NeighborDefinition, p, phi, PHI_LIMIT, phiKeep, phiVar, Powell, rnd, Sigma, sqrtSigma, theta, THETA_BETWEEN, THETA_LIMIT, thetaKeep, thetal, thetaL, thetau, thetaU, TimeSeries, TrueBeta, TruePhi, TrueTheta, TrueX, W, x, xi, xLoc, xx, Y, yLoc, Z |
|
Constructor Summary |
protected |
OrdinalSpatialQLEM()
put your documentation comment here |
|
OrdinalSpatialQLEM(int[] y)
put your documentation comment here |
|
OrdinalSpatialQLEM(int[] y,
double[][] z)
put your documentation comment here |
protected |
OrdinalSpatialQLEM(int[] y,
double phi,
double[] theta,
SpatialPoint[] loc,
double[] beta,
double[][] z,
int[][] neighborDefinition)
put your documentation comment here |
protected |
OrdinalSpatialQLEM(int[] y,
int[] xLocation,
int[] yLocation,
double[][] z)
put your documentation comment here |
|
Method Summary |
protected void |
e()
put your documentation comment here |
private void |
generateX()
Insert the method's description here. |
| Methods inherited from class com.kutsyy.lvspod.OrdinalSpatialAbstract |
beta, createEigenvalues, createLoc, createSigma, createW, define, estimate, estimate, estimate, estimate, estimate, f, f, g, grad, initializeL, ll, lL, lL, ll, makeThetaLU, test, testBeta, testPhi, testPhiBeta, updateY |
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
OrdinalSpatialQLEM
public OrdinalSpatialQLEM(int[] y)
- put your documentation comment here
- Parameters:
int[] - y
OrdinalSpatialQLEM
public OrdinalSpatialQLEM(int[] y,
double[][] z)
- put your documentation comment here
- Parameters:
int[] - ydouble[][] - z
OrdinalSpatialQLEM
protected OrdinalSpatialQLEM(int[] y,
double phi,
double[] theta,
SpatialPoint[] loc,
double[] beta,
double[][] z,
int[][] neighborDefinition)
- put your documentation comment here
- Parameters:
int[] - ydouble - phidouble[] - thetacom.kutsyy.lvspod.SpatialPoint[] - locdouble[] - betadouble[][] - zint[][] - neighborDefinition
OrdinalSpatialQLEM
protected OrdinalSpatialQLEM()
- put your documentation comment here
OrdinalSpatialQLEM
protected OrdinalSpatialQLEM(int[] y,
int[] xLocation,
int[] yLocation,
double[][] z)
- put your documentation comment here
- Parameters:
int[] - yint[] - xLocationint[] - yLocationdouble[][] - z
e
protected void e()
- put your documentation comment here
- Overrides:
e in class OrdinalSpatialAbstractEM
generateX
private void generateX()
- Insert the method's description here.
Creation date: (10/10/2000 6:08:50 PM)
|