public class NormDistFunction extends AbstractProbDistFunction
| Constructor and Description |
|---|
NormDistFunction(de.uka.ipd.sdq.probfunction.math.IRandomGenerator random,
de.uka.ipd.sdq.probfunction.math.IPDFFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkParameters(List<Object> parameters)
Test whether the given parameters can be processed by this function
|
Object |
evaluate(List<Object> parameters)
Evaluate the functions result using the parameters given
|
public NormDistFunction(de.uka.ipd.sdq.probfunction.math.IRandomGenerator random,
de.uka.ipd.sdq.probfunction.math.IPDFFactory factory)
public boolean checkParameters(List<Object> parameters)
IFunctionparameters - A set of parameters to be processed