|
| |
com.kutsyy.lvspod
Class OrdinalSpatialCLTrueXPLE
java.lang.Object
|
+--com.kutsyy.lvspod.OrdinalSpatialAbstract
|
+--com.kutsyy.lvspod.OrdinalSpatialCLTrueXPLE
- All Implemented Interfaces:
- Function, MvFunction
- public final class OrdinalSpatialCLTrueXPLE
- extends OrdinalSpatialAbstract
Insert the type's description here. Created by Vadim Kutsyy
- 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 |
|
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 |
OrdinalSpatialCLTrueXPLE
protected OrdinalSpatialCLTrueXPLE()
- Insert the method's description here.
OrdinalSpatialCLTrueXPLE
protected OrdinalSpatialCLTrueXPLE(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 ParameterPhi - Description of ParameterBeta - Description of ParameterneighborDefinition - Description of Parameter
lL
public double lL()
- Insert the method's description here.
- Overrides:
lL in class OrdinalSpatialAbstract
- Returns:
- double
|