Package jsl.utilities.distributions
Interface FirstOrderLossFunctionIfc
-
- All Known Subinterfaces:
LossFunctionDistributionIfc
- All Known Implementing Classes:
Binomial,Exponential,Gamma,Geometric,Lognormal,MTP,NegativeBinomial,Normal,Poisson,ShiftedDistribution,ShiftedLossFunctionDistribution
public interface FirstOrderLossFunctionIfc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublefirstOrderLossFunction(double x)Computes the first order loss function for the function for given value of x, G1(x) = E[max(X-x,0)]
-