com.kutsyy.lvspod
Class OrdinalSpatialStEM

java.lang.Object
  |
  +--com.kutsyy.lvspod.OrdinalSpatialAbstract
        |
        +--com.kutsyy.lvspod.OrdinalSpatialAbstractSample
              |
              +--com.kutsyy.lvspod.OrdinalSpatialBayesianAbstract
                    |
                    +--com.kutsyy.lvspod.OrdinalSpatialBayesianGibbs
                          |
                          +--com.kutsyy.lvspod.OrdinalSpatialStEM
All Implemented Interfaces:
Function, MvFunction

public class OrdinalSpatialStEM
extends OrdinalSpatialBayesianGibbs

Insert the type's description here. Creation date: (10/21/2000 2:26:35 PM)

Author:
vadim

Fields inherited from class com.kutsyy.lvspod.OrdinalSpatialBayesianGibbs
TTrueX, wBeta, wBetaOld, wTheta, wThetaOld
 
Fields inherited from class com.kutsyy.lvspod.OrdinalSpatialBayesianAbstract
alpha1, alpha2, cx, expX, inteructive, m, phiSim, Plot, rndBeta, run, thetaSim, TTrueXPLE, w, xcxC, xSim, xxC
 
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 OrdinalSpatialStEM()
          OrdinalSpatialEM constructor comment.
  OrdinalSpatialStEM(int[] y)
           
  OrdinalSpatialStEM(int[] y, double[][] z)
          Insert the method's description here.
protected OrdinalSpatialStEM(int[] y, double phi, double[] theta, SpatialPoint[] loc, double[] beta, double[][] z, int[][] neighborDefinition)
          OrdinalSpatialEM constructor comment.
protected OrdinalSpatialStEM(int[] y, int[] xLocation, int[] yLocation, double[][] z)
          OrdinalSpatialEM constructor comment.
  OrdinalSpatialStEM(int[] y, int[] xLocation, int[] yLocation, double[][] z, int[][] Neighborgood)
          Insert the method's description here.
 
Method Summary
protected  void phiGivenX()
          Insert the method's description here.
protected  void thetaGivenX()
          Insert the method's description here.
 
Methods inherited from class com.kutsyy.lvspod.OrdinalSpatialBayesianGibbs
estimate, m, s
 
Methods inherited from class com.kutsyy.lvspod.OrdinalSpatialBayesianAbstract
f, lL, lL, piTheta
 
Methods inherited from class com.kutsyy.lvspod.OrdinalSpatialAbstractSample
ntrc, ntrc, ntrc, simPseudoX
 
Methods inherited from class com.kutsyy.lvspod.OrdinalSpatialAbstract
beta, createEigenvalues, createLoc, createSigma, createW, define, estimate, estimate, estimate, estimate, estimate, 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
 

Constructor Detail

OrdinalSpatialStEM

public OrdinalSpatialStEM(int[] y)

OrdinalSpatialStEM

public OrdinalSpatialStEM(int[] y,
                          double[][] z)
Insert the method's description here.
Parameters:
y - int[]
z - double[][]

OrdinalSpatialStEM

public OrdinalSpatialStEM(int[] y,
                          int[] xLocation,
                          int[] yLocation,
                          double[][] z,
                          int[][] Neighborgood)
Insert the method's description here.
Parameters:
y - Description of Parameter
xLocation - Description of Parameter
yLocation - Description of Parameter
z - Description of Parameter
Neighborgood - Description of Parameter

OrdinalSpatialStEM

protected OrdinalSpatialStEM()
OrdinalSpatialEM constructor comment.

OrdinalSpatialStEM

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

OrdinalSpatialStEM

protected OrdinalSpatialStEM(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

phiGivenX

protected void phiGivenX()
Insert the method's description here. Creation date: (4/2/00 5:17:05 PM)
Overrides:
phiGivenX in class OrdinalSpatialBayesianAbstract

thetaGivenX

protected void thetaGivenX()
Insert the method's description here. Creation date: (4/2/00 5:16:52 PM)
Overrides:
thetaGivenX in class OrdinalSpatialBayesianAbstract