JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
edu.ucla.stat.SOCR.util
Interface MathFunction
public interface
MathFunction
This interface should be implemented by classes which represent univariate mathematical functions. It is used to pass an arbitrary function of one variable as argument to another function. For example, it is used to find zeros of a function.
Method Summary
Methods
Modifier and Type
Method and Description
double
evaluate
(double x)
Returns the value of the function evaluated at x.
Method Detail
evaluate
double evaluate(double x)
Returns the value of the function evaluated at x.
Parameters:
x
- value at which the distribution function is evaluated
Returns:
function evaluated at x
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method