org.knowceans.arms
Class ArmSampler.Envelope

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

 class ArmSampler.Envelope
extends java.lang.Object

attributes of the entire rejection envelope


Field Summary
(package private)  double[] convex
          adjustment for convexity
(package private)  int cpoint
          number of POINTs in current envelope
(package private)  int[] neval
          number of function evaluations performed
(package private)  int npoint
          max number of POINTs allowed in envelope
(package private)  ArmSampler.Point[] p
          start of storage of envelope POINTs
(package private)  double ymax
          the maximum y-value in the current envelope
 
Constructor Summary
ArmSampler.Envelope()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cpoint

int cpoint
number of POINTs in current envelope


npoint

int npoint
max number of POINTs allowed in envelope


neval

int[] neval
number of function evaluations performed


ymax

double ymax
the maximum y-value in the current envelope


p

ArmSampler.Point[] p
start of storage of envelope POINTs


convex

double[] convex
adjustment for convexity

Constructor Detail

ArmSampler.Envelope

ArmSampler.Envelope()