Package jsl.utilities.random.mcmc
Interface FunctionMVIfc
-
public interface FunctionMVIfcFunctionIfc is an interface for mathematical functions of multiple variables, that is functions of the form f(x) where x is a vector.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublefx(double[] x)Returns the value of the function for the specified variable value.
-