public abstract class ImportanceFunction
extends java.lang.Object
Constructor and Description |
---|
ImportanceFunction() |
Modifier and Type | Method and Description |
---|---|
abstract double |
compute(double x)
Computes the value of the function in the point x
|