|
| |
com.kutsyy.lvspod
Class OrdinalSpatialSingleAveregeQL
java.lang.Object
|
+--com.kutsyy.lvspod.OrdinalSpatialAbstract
|
+--com.kutsyy.lvspod.OrdinalSpatialSingleAveregeQL
- All Implemented Interfaces:
- Function, MvFunction
- public class OrdinalSpatialSingleAveregeQL
- extends OrdinalSpatialAbstract
Title: com.kutsyy.lvspod
Description: This library is set of rutins for Laten Variable model for Spatialy dependent Ordinal Data
Copyright: Copyright (c) 2000
Company: The University of Michigan
- Author:
- Vadim Kutsyy
| 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 |
OrdinalSpatialSingleAveregeQL()
put your documentation comment here |
|
OrdinalSpatialSingleAveregeQL(int[] y)
put your documentation comment here |
|
OrdinalSpatialSingleAveregeQL(int[] y,
double[][] z)
put your documentation comment here |
protected |
OrdinalSpatialSingleAveregeQL(int[] y,
double phi,
double[] theta,
SpatialPoint[] loc,
double[] beta,
double[][] z,
int[][] neighborDefinition)
put your documentation comment here |
protected |
OrdinalSpatialSingleAveregeQL(int[] y,
int[] xLocation,
int[] yLocation,
double[][] z)
put your documentation comment here |
|
Method Summary |
protected void |
define()
put your documentation comment here |
double |
lL()
put your documentation comment here |
void |
updateY(int[] y)
put your documentation comment here |
| Methods inherited from class com.kutsyy.lvspod.OrdinalSpatialAbstract |
beta, createEigenvalues, createLoc, createSigma, createW, estimate, estimate, estimate, estimate, estimate, estimate, f, f, g, grad, initializeL, ll, lL, lL, ll, makeThetaLU, test, testBeta, testPhi, testPhiBeta |
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
T
private OrdinalSpatialQL[] T
todefine
private boolean todefine
OrdinalSpatialSingleAveregeQL
public OrdinalSpatialSingleAveregeQL(int[] y)
- put your documentation comment here
- Parameters:
int[] - y
OrdinalSpatialSingleAveregeQL
public OrdinalSpatialSingleAveregeQL(int[] y,
double[][] z)
- put your documentation comment here
- Parameters:
int[] - ydouble[][] - z
OrdinalSpatialSingleAveregeQL
protected OrdinalSpatialSingleAveregeQL(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
OrdinalSpatialSingleAveregeQL
protected OrdinalSpatialSingleAveregeQL()
- put your documentation comment here
OrdinalSpatialSingleAveregeQL
protected OrdinalSpatialSingleAveregeQL(int[] y,
int[] xLocation,
int[] yLocation,
double[][] z)
- put your documentation comment here
- Parameters:
int[] - yint[] - xLocationint[] - yLocationdouble[][] - z
lL
public double lL()
- put your documentation comment here
- Overrides:
lL in class OrdinalSpatialAbstract
- Returns:
-
define
protected void define()
- put your documentation comment here
- Overrides:
define in class OrdinalSpatialAbstract
updateY
public void updateY(int[] y)
- put your documentation comment here
- Overrides:
updateY in class OrdinalSpatialAbstract
- Parameters:
y -
|