com.kutsyy.lvspod
Class OrdinalSpatialExA

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

public final class OrdinalSpatialExA
extends OrdinalSpatialAbstract

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

Author:
vadim

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 OrdinalSpatialExA()
          OrdinalSpatialPLEM constructor comment.
protected OrdinalSpatialExA(int[] y, double phi, double[] theta, SpatialPoint[] loc, double[] beta, double[][] z, int[][] neighborDefinition)
          OrdinalSpatialEM constructor comment.
protected OrdinalSpatialExA(int[] y, int[] xLocation, int[] yLocation, double[][] z)
          OrdinalSpatialPLEM constructor comment.
 
Method Summary
 double lL()
          Insert the method's description 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, 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

OrdinalSpatialExA

protected OrdinalSpatialExA()
OrdinalSpatialPLEM constructor comment.

OrdinalSpatialExA

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

OrdinalSpatialExA

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

lL

public double lL()
Insert the method's description here.
Overrides:
lL in class OrdinalSpatialAbstract
Returns:
double