com.kutsyy.lvspod
Class OrdinalSpatialAbstractSample

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

public abstract class OrdinalSpatialAbstractSample
extends OrdinalSpatialAbstract

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

Author:
Vadim Kutsyy

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
  OrdinalSpatialAbstractSample()
          put your documentation comment here
  OrdinalSpatialAbstractSample(int[] y)
          put your documentation comment here
  OrdinalSpatialAbstractSample(int[] y, double[][] z)
          put your documentation comment here
protected OrdinalSpatialAbstractSample(int[] y, double phi, double[] theta, SpatialPoint[] loc, double[] beta, double[][] z, int[][] neighborDefinition)
          put your documentation comment here
protected OrdinalSpatialAbstractSample(int[] y, int[] xLocation, int[] yLocation, double[][] z)
          put your documentation comment here
  OrdinalSpatialAbstractSample(int[] y, int[] xLocation, int[] yLocation, double[][] z, int[][] Neighborgood)
          put your documentation comment here
 
Method Summary
protected  double ntrc(double low)
          Description of the Method
protected  double ntrc(double low, double high)
          Description of the Method
protected  double ntrc(double low, double high, double mu, double sd)
          Description of the Method
protected  void simPseudoX(double[] Xi, double Phi, double[] Theta, double[] Beta, int mm)
          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, initializeL, ll, 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

OrdinalSpatialAbstractSample

public OrdinalSpatialAbstractSample()
put your documentation comment here

OrdinalSpatialAbstractSample

public OrdinalSpatialAbstractSample(int[] y)
put your documentation comment here
Parameters:
y - Description of Parameter

OrdinalSpatialAbstractSample

public OrdinalSpatialAbstractSample(int[] y,
                                    double[][] z)
put your documentation comment here
Parameters:
y - Description of Parameter
z - Description of Parameter

OrdinalSpatialAbstractSample

public OrdinalSpatialAbstractSample(int[] y,
                                    int[] xLocation,
                                    int[] yLocation,
                                    double[][] z,
                                    int[][] Neighborgood)
put your documentation comment here
Parameters:
y - Description of Parameter
xLocation - Description of Parameter
yLocation - Description of Parameter
z - Description of Parameter
Neighborgood - Description of Parameter

OrdinalSpatialAbstractSample

protected OrdinalSpatialAbstractSample(int[] y,
                                       double phi,
                                       double[] theta,
                                       SpatialPoint[] loc,
                                       double[] beta,
                                       double[][] z,
                                       int[][] neighborDefinition)
put your documentation comment here
Parameters:
y - Description of Parameter
phi - Description of Parameter
theta - Description of Parameter
loc - Description of Parameter
beta - Description of Parameter
z - Description of Parameter
neighborDefinition - Description of Parameter

OrdinalSpatialAbstractSample

protected OrdinalSpatialAbstractSample(int[] y,
                                       int[] xLocation,
                                       int[] yLocation,
                                       double[][] z)
put your documentation comment here
Parameters:
y - Description of Parameter
xLocation - Description of Parameter
yLocation - Description of Parameter
z - Description of Parameter
Method Detail

ntrc

protected double ntrc(double low)
Description of the Method
Parameters:
low - Description of Parameter
Returns:
Description of the Returned Value

ntrc

protected double ntrc(double low,
                      double high)
Description of the Method
Parameters:
low - Description of Parameter
high - Description of Parameter
Returns:
Description of the Returned Value

ntrc

protected double ntrc(double low,
                      double high,
                      double mu,
                      double sd)
Description of the Method
Parameters:
low - Description of Parameter
high - Description of Parameter
mu - Description of Parameter
sd - Description of Parameter
Returns:
Description of the Returned Value

simPseudoX

protected void simPseudoX(double[] Xi,
                          double Phi,
                          double[] Theta,
                          double[] Beta,
                          int mm)
Description of the Method
Parameters:
Xi - Description of Parameter
Phi - Description of Parameter
Theta - Description of Parameter
Beta - Description of Parameter
mm - Description of Parameter