public class GrossProfitExpectation extends R1ToR1
| Constructor and Description |
|---|
GrossProfitExpectation(double dblNumExecutedUnit,
double dblTransactionCost)
GrossProfitExpectation Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
evaluate(double dblUnitDiscount)
Evaluate for the given variate
|
double |
numExecutedUnit()
Retrieve the Number of Executed Units
|
double |
transactionCost()
Retrieve the Execution Transaction Cost
|
derivative, differential, differential, integrate, maxima, maxima, minima, minimapublic GrossProfitExpectation(double dblNumExecutedUnit,
double dblTransactionCost)
throws java.lang.Exception
dblNumExecutedUnit - The Number of Executed UnitsdblTransactionCost - The Execution Transaction Costjava.lang.Exception - Thrown if the Inputs are Invalidpublic double transactionCost()
public double numExecutedUnit()
public double evaluate(double dblUnitDiscount)
throws java.lang.Exception
R1ToR1