org.knowceans.arms
Class ArmSampler.Point

java.lang.Object
  extended by org.knowceans.arms.ArmSampler.Point
Enclosing class:
ArmSampler

 class ArmSampler.Point
extends java.lang.Object

a point in the x,y plane


Field Summary
(package private)  double cum
          integral up to x of rejection envelope
(package private)  double ey
          exp(y-ymax+YCEIL)
(package private)  int f
          is y an evaluated point of log-density
(package private)  ArmSampler.Point pl
          envelope points to left and right of x
(package private)  ArmSampler.Point pr
          envelope points to left and right of x
(package private)  double x
          x and y coordinates
(package private)  double y
          x and y coordinates
 
Constructor Summary
ArmSampler.Point()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

double x
x and y coordinates


y

double y
x and y coordinates


ey

double ey
exp(y-ymax+YCEIL)


cum

double cum
integral up to x of rejection envelope


f

int f
is y an evaluated point of log-density


pl

ArmSampler.Point pl
envelope points to left and right of x


pr

ArmSampler.Point pr
envelope points to left and right of x

Constructor Detail

ArmSampler.Point

ArmSampler.Point()