com.kutsyy.lvspod
Class OrdinalSpatialMnA

java.lang.Object
  |
  +--com.kutsyy.lvspod.OrdinalSpatialAbstract
        |
        +--com.kutsyy.lvspod.OrdinalSpatialAbstractSubstitution
              |
              +--com.kutsyy.lvspod.OrdinalSpatialMnA
All Implemented Interfaces:
Function, MvFunction

public class OrdinalSpatialMnA
extends OrdinalSpatialAbstractSubstitution

Insert the type's description here. Creation date: (10/10/2000 6:02:53 PM)

Author:
vadim

Fields inherited from class com.kutsyy.lvspod.OrdinalSpatialAbstractSubstitution
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 OrdinalSpatialMnA()
          OrdinalSpatialMnA constructor comment.
protected OrdinalSpatialMnA(int[] y, double phi, double[] theta, SpatialPoint[] loc, double[] beta, double[][] z, int[][] neighborDefinition)
          OrdinalSpatialEM constructor comment.
protected OrdinalSpatialMnA(int[] y, int[] xLocation, int[] yLocation, double[][] z)
          OrdinalSpatialMnA constructor comment.
 
Method Summary
protected  void generateX()
          Insert the method's description here.
 
Methods inherited from class com.kutsyy.lvspod.OrdinalSpatialAbstractSubstitution
initializeL, ll
 
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
 

Constructor Detail

OrdinalSpatialMnA

protected OrdinalSpatialMnA()
OrdinalSpatialMnA constructor comment.

OrdinalSpatialMnA

protected OrdinalSpatialMnA(int[] y,
                            int[] xLocation,
                            int[] yLocation,
                            double[][] z)
OrdinalSpatialMnA constructor comment.
Parameters:
y - int[]
xLocation - int[]
yLocation - int[]
z - double[][]

OrdinalSpatialMnA

protected OrdinalSpatialMnA(int[] y,
                            double phi,
                            double[] theta,
                            SpatialPoint[] loc,
                            double[] beta,
                            double[][] z,
                            int[][] neighborDefinition)
OrdinalSpatialEM constructor comment.
Parameters:
y - int[]
phi - double
theta - double[]
loc - com.kutsyy.lvspod.SpatialPoint[]
beta - cern.colt.matrix.DoubleMatrix1D
z - cern.colt.matrix.DoubleMatrix2D
neighborDefinition - int[][]
Method Detail

generateX

protected void generateX()
Insert the method's description here. Creation date: (10/10/2000 6:02:53 PM)
Overrides:
generateX in class OrdinalSpatialAbstractSubstitution