|
JMSLTM Numerical Library 6.1 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Distribution
Public interface for the user-supplied distribution function.
The purpose of this interface is to fit the probability distribution to a given set of data and return the probability density at each value of the given set of data.
| Method Summary | |
|---|---|
double[] |
eval(double[] xData)
Evaluation method to fit the user-supplied probability density function to input data |
| Method Detail |
|---|
double[] eval(double[] xData)
xData - a double array representing the points at
which the probability density function is to be evaluated.
double array representing the probability
density at each value of xData
|
JMSLTM Numerical Library 6.1 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||