|
| |
com.kutsyy.lvspod
Class OrdinalSpatialMdA
java.lang.Object
|
+--com.kutsyy.lvspod.OrdinalSpatialAbstract
|
+--com.kutsyy.lvspod.OrdinalSpatialAbstractSubstitution
|
+--com.kutsyy.lvspod.OrdinalSpatialMdA
- All Implemented Interfaces:
- Function, MvFunction
- public class OrdinalSpatialMdA
- extends OrdinalSpatialAbstractSubstitution
Insert the type's description here.
Created by Vadim Kutsyy
- Author:
- Vadim Kutsyy
| 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 |
|
OrdinalSpatialMdA()
Insert the method's description here. |
|
OrdinalSpatialMdA(int[] y)
Insert the method's description here. |
|
OrdinalSpatialMdA(int[] y,
double[][] z)
Insert the method's description here. |
protected |
OrdinalSpatialMdA(int[] y,
double phi,
double[] theta,
SpatialPoint[] loc,
double[] beta,
double[][] z,
int[][] neighborDefinition)
OrdinalSpatialEM constructor comment. |
|
OrdinalSpatialMdA(int[] y,
int[] xLocation,
int[] yLocation,
double[][] z,
int[][] Neighborgood)
Insert the method's description here. |
|
Method Summary |
protected void |
generateX()
put your documentation comment here |
| 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 |
OrdinalSpatialMdA
public OrdinalSpatialMdA()
- Insert the method's description here.
OrdinalSpatialMdA
public OrdinalSpatialMdA(int[] y)
- Insert the method's description here.
- Parameters:
y - int[]
OrdinalSpatialMdA
public OrdinalSpatialMdA(int[] y,
double[][] z)
- Insert the method's description here.
- Parameters:
y - int[]z - double[][]
OrdinalSpatialMdA
public OrdinalSpatialMdA(int[] y,
int[] xLocation,
int[] yLocation,
double[][] z,
int[][] Neighborgood)
- Insert the method's description here.
- Parameters:
Y - int[]XLocation - int[]YLocation - int[]
OrdinalSpatialMdA
protected OrdinalSpatialMdA(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 final void generateX()
- put your documentation comment here
- Overrides:
generateX in class OrdinalSpatialAbstractSubstitution
|