Package jsl.utilities.random.arta
Class BivariateNORTACorrelationFinder.CorrFunction
- java.lang.Object
-
- jsl.utilities.random.arta.BivariateNORTACorrelationFinder.CorrFunction
-
- All Implemented Interfaces:
FunctionIfc
- Enclosing class:
- BivariateNORTACorrelationFinder
protected class BivariateNORTACorrelationFinder.CorrFunction extends java.lang.Object implements FunctionIfc
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CorrFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
fx(double x)
Returns the value of the function for the specified variable value.
-
-
-
Method Detail
-
fx
public double fx(double x)
Description copied from interface:FunctionIfc
Returns the value of the function for the specified variable value.- Specified by:
fx
in interfaceFunctionIfc
- Parameters:
x
- the input value- Returns:
- the function value
-
-