|
| |
com.kutsyy.lvspod
Class OrdinalSpatialAbstractSubstitution
java.lang.Object
|
+--com.kutsyy.lvspod.OrdinalSpatialAbstract
|
+--com.kutsyy.lvspod.OrdinalSpatialAbstractSubstitution
- All Implemented Interfaces:
- Function, MvFunction
- Direct Known Subclasses:
- OrdinalSpatialMdA, OrdinalSpatialMnA
- abstract class OrdinalSpatialAbstractSubstitution
- extends OrdinalSpatialAbstract
Insert the type's description here. Creation date: (10/10/2000 4:50:42 PM)
- Author:
- vadim
|
Field Summary |
protected double |
EPS
|
| Fields inherited from class com.kutsyy.lvspod.OrdinalSpatialAbstract |
beta, betaKeep, Brent, 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 |
OrdinalSpatialAbstractSubstitution()
OrdinalSpatialAbstractSubstitution constructor comment. |
|
OrdinalSpatialAbstractSubstitution(int[] y)
Insert the method's description here. |
|
OrdinalSpatialAbstractSubstitution(int[] y,
double[][] z)
Insert the method's description here. |
protected |
OrdinalSpatialAbstractSubstitution(int[] y,
double phi,
double[] theta,
SpatialPoint[] loc,
double[] beta,
double[][] z,
int[][] neighborDefinition)
OrdinalSpatialEM constructor comment. |
protected |
OrdinalSpatialAbstractSubstitution(int[] y,
int[] xLocation,
int[] yLocation,
double[][] z)
OrdinalSpatialAbstractSubstitution constructor comment. |
|
OrdinalSpatialAbstractSubstitution(int[] y,
int[] xLocation,
int[] yLocation,
double[][] z,
int[][] Neighborgood)
Insert the method's description here. |
|
Method Summary |
protected abstract void |
generateX()
Insert the method's description here. |
protected void |
initializeL()
Insert the method's description here. |
protected double |
ll(int i)
Description of the Method |
| Methods inherited from class com.kutsyy.lvspod.OrdinalSpatialAbstract |
beta, createEigenvalues, createLoc, createSigma, createW, define, estimate, estimate, estimate, estimate, estimate, estimate, f, f, g, grad, 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 |
EPS
protected final double EPS
OrdinalSpatialAbstractSubstitution
public OrdinalSpatialAbstractSubstitution(int[] y)
- Insert the method's description here.
- Parameters:
y - int[]
OrdinalSpatialAbstractSubstitution
public OrdinalSpatialAbstractSubstitution(int[] y,
double[][] z)
- Insert the method's description here.
- Parameters:
y - int[]z - double[][]
OrdinalSpatialAbstractSubstitution
public OrdinalSpatialAbstractSubstitution(int[] y,
int[] xLocation,
int[] yLocation,
double[][] z,
int[][] Neighborgood)
- Insert the method's description here.
- Parameters:
y - Description of ParameterxLocation - Description of ParameteryLocation - Description of Parameterz - Description of ParameterNeighborgood - Description of Parameter
OrdinalSpatialAbstractSubstitution
protected OrdinalSpatialAbstractSubstitution()
- OrdinalSpatialAbstractSubstitution constructor comment.
OrdinalSpatialAbstractSubstitution
protected OrdinalSpatialAbstractSubstitution(int[] y,
int[] xLocation,
int[] yLocation,
double[][] z)
- OrdinalSpatialAbstractSubstitution constructor comment.
- Parameters:
y - int[]xLocation - int[]yLocation - int[]z - double[][]
OrdinalSpatialAbstractSubstitution
protected OrdinalSpatialAbstractSubstitution(int[] y,
double phi,
double[] theta,
SpatialPoint[] loc,
double[] beta,
double[][] z,
int[][] neighborDefinition)
- OrdinalSpatialEM constructor comment.
- Parameters:
y - int[]phi - doubletheta - double[]loc - com.kutsyy.lvspod.SpatialPoint[]beta - cern.colt.matrix.DoubleMatrix1Dz - cern.colt.matrix.DoubleMatrix2DneighborDefinition - int[][]
generateX
protected abstract void generateX()
- Insert the method's description here. Creation date: (10/10/2000 4:52:09
PM)
initializeL
protected void initializeL()
- Insert the method's description here.
- Overrides:
initializeL in class OrdinalSpatialAbstract
ll
protected double ll(int i)
- Description of the Method
- Overrides:
ll in class OrdinalSpatialAbstract
- Parameters:
i - Description of Parameter- Returns:
- Description of the Returned Value
|