com.kutsyy.lvspod
Class OrdinalSpatialBayesianGibbs

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

public class OrdinalSpatialBayesianGibbs
extends OrdinalSpatialBayesianAbstract

Title: Description: Copyright: Copyright (c) 2001 Company:

Author:
Vadim Kutsyy

Field Summary
protected  OrdinalSpatialCLTrueX TTrueX
           
protected  double[] wBeta
           
protected  double[] wBetaOld
           
protected  double[] wTheta
           
protected  double[] 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
  OrdinalSpatialBayesianGibbs()
           
  OrdinalSpatialBayesianGibbs(int[] y)
           
  OrdinalSpatialBayesianGibbs(int[] y, double[][] z)
           
protected OrdinalSpatialBayesianGibbs(int[] y, double phi, double[] theta, SpatialPoint[] loc, double[] beta, double[][] z, int[][] neighborDefinition)
           
protected OrdinalSpatialBayesianGibbs(int[] y, int[] xLocation, int[] yLocation, double[][] z)
           
  OrdinalSpatialBayesianGibbs(int[] y, int[] xLocation, int[] yLocation, double[][] z, int[][] Neighborgood)
           
 
Method Summary
 void estimate()
           
protected  void m()
          Insert the method's description here.
protected  void s()
          Insert the method's description here.
 
Methods inherited from class com.kutsyy.lvspod.OrdinalSpatialBayesianAbstract
f, lL, lL, phiGivenX, piTheta, thetaGivenX
 
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
 

Field Detail

TTrueX

protected OrdinalSpatialCLTrueX TTrueX

wBeta

protected double[] wBeta

wBetaOld

protected double[] wBetaOld

wTheta

protected double[] wTheta

wThetaOld

protected double[] wThetaOld
Constructor Detail

OrdinalSpatialBayesianGibbs

public OrdinalSpatialBayesianGibbs()

OrdinalSpatialBayesianGibbs

public OrdinalSpatialBayesianGibbs(int[] y)

OrdinalSpatialBayesianGibbs

public OrdinalSpatialBayesianGibbs(int[] y,
                                   double[][] z)

OrdinalSpatialBayesianGibbs

protected OrdinalSpatialBayesianGibbs(int[] y,
                                      int[] xLocation,
                                      int[] yLocation,
                                      double[][] z)

OrdinalSpatialBayesianGibbs

public OrdinalSpatialBayesianGibbs(int[] y,
                                   int[] xLocation,
                                   int[] yLocation,
                                   double[][] z,
                                   int[][] Neighborgood)

OrdinalSpatialBayesianGibbs

protected OrdinalSpatialBayesianGibbs(int[] y,
                                      double phi,
                                      double[] theta,
                                      SpatialPoint[] loc,
                                      double[] beta,
                                      double[][] z,
                                      int[][] neighborDefinition)
Method Detail

m

protected void m()
Insert the method's description here. Creation date: (10/21/2000 2:28:54 PM)

s

protected void s()
Insert the method's description here. Creation date: (10/21/2000 2:28:40 PM)

estimate

public void estimate()
Overrides:
estimate in class OrdinalSpatialAbstract