JMSLTM Numerical Library 6.1

com.imsl.stat
Interface Distribution

All Known Subinterfaces:
ProbabilityDistribution
All Known Implementing Classes:
GammaDistribution, LogNormalDistribution, NormalDistribution, PoissonDistribution

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

eval

double[] eval(double[] xData)
Evaluation method to fit the user-supplied probability density function to input data

Parameters:
xData - a double array representing the points at which the probability density function is to be evaluated.
Returns:
a double array representing the probability density at each value of xData

JMSLTM Numerical Library 6.1

Copyright © 1970-2010 Visual Numerics, Inc.
Built July 30 2010.