Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

riso.distributions
Class Xpx  view Xpx download Xpx.java

java.lang.Object
  extended byriso.distributions.Xpx
All Implemented Interfaces:
riso.numerical.Callback_1d

class Xpx
extends java.lang.Object
implements riso.numerical.Callback_1d


Field Summary
(package private)  Distribution d
           
(package private)  double[] x
           
 
Constructor Summary
(package private) Xpx(Distribution d)
           
 
Method Summary
 double f(double x_in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

d

Distribution d

x

double[] x
Constructor Detail

Xpx

Xpx(Distribution d)
Method Detail

f

public double f(double x_in)
         throws java.lang.Exception
Specified by:
f in interface riso.numerical.Callback_1d