com.kutsyy.lvspod
Class OrdinalSpatialCLTrueX

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

public final class OrdinalSpatialCLTrueX
extends OrdinalSpatialAbstract

Insert the type's description here. Created by Vadim Kutsyy

Author:
Vadim Kutsyy

Field Summary
(package private)  double[] betaX
          Description of the Field
(package private)  double c
          Description of the Field
(package private)  double[] xl
          Description of the Field
(package private)  double xlxl
          Description of the Field
(package private)  double xx
          Description of the Field
(package private)  double xxl
          Description of the Field
 
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, Y, yLoc, Z
 
Constructor Summary
protected OrdinalSpatialCLTrueX()
          Insert the method's description here.
protected OrdinalSpatialCLTrueX(double[] trueX, double Phi, SpatialPoint[] loc, double[] Beta, double[][] z, int[][] neighborDefinition)
          OrdinalSpatialCMPL constructor comment.
 
Method Summary
 double lL()
          Insert the method's description here.
 void updateX(double[] X)
          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, 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

xl

double[] xl
Description of the Field

xx

double xx
Description of the Field

xxl

double xxl
Description of the Field

xlxl

double xlxl
Description of the Field

c

double c
Description of the Field

betaX

double[] betaX
Description of the Field
Constructor Detail

OrdinalSpatialCLTrueX

protected OrdinalSpatialCLTrueX()
Insert the method's description here.

OrdinalSpatialCLTrueX

protected OrdinalSpatialCLTrueX(double[] trueX,
                                double Phi,
                                SpatialPoint[] loc,
                                double[] Beta,
                                double[][] z,
                                int[][] neighborDefinition)
OrdinalSpatialCMPL constructor comment.
Parameters:
loc - com.kutsyy.ar.util.SpatialPoint[]
z - double[][]
trueX - Description of Parameter
Phi - Description of Parameter
Beta - Description of Parameter
neighborDefinition - Description of Parameter
Method Detail

lL

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

updateX

public void updateX(double[] X)
Description of the Method
Parameters:
X - Description of Parameter