public class RiskNeutralUtilityFunction extends AbstractUtilityFunction implements Serializable, UtilityFunction
Modifier and Type | Field and Description |
---|---|
protected double |
coefficient |
Constructor and Description |
---|
RiskNeutralUtilityFunction() |
Modifier and Type | Method and Description |
---|---|
double |
calculatePayoff(double profit) |
double |
getCoefficient() |
void |
setCoefficient(double coefficient) |
public double calculatePayoff(double profit)
calculatePayoff
in interface UtilityFunction
public double getCoefficient()
public void setCoefficient(double coefficient)
Copyright © 2014. All rights reserved.