Black-Scholes formula set for European option pricing
Computes today's expected value and delta of an option given
current (spot) price, exercise (strike) price, riskless interest rate,
dividend yield, volatility and days to expiration
Class CalcField (Calculator enabled field bean)
provides the following functionality: it is a text field in which the user can enter
any constant mathematical expression and press Enter.
Class CalcGraphPanel (Calculator graph panel bean)
provides the following functionality: based solely on a string representing a set
of several mathematical expressions with any number of variables, automatically
constructs and displays a mini-calculator and graph panel for this expression.
Class CalcPanel (Calculator panel bean)
provides the following functionality: based solely on a string representing
a mathematical expression with any number of variables, it automatically constructs
and displays a mini-calculator panel for this expression.
Class CalcSet (Calculator set bean)
provides the following functionality: based solely on a string representing
a set of mathematical expressions with any number of variables, automatically
constructs and displays a mini-calculator panel for these expressions.
CalcSet() -
Constructor for class com.numobjects.mathbeans.CalcSet