put_const | R Documentation |
The put_const function computes a constant from the overall model.
put_const(L, strike, drift, rate, vol, p)
L |
numeric value, const value from the formulas for the modified put options. |
strike |
numeric value, strike of the put option. |
drift |
numeric value, drift of the asset in the model. |
rate |
numeric value, risk free rate in the model rate >= 0. |
vol |
numeric value, volatility of the model, vol > 0. |
p, |
numeric value, power of the loss function. |
A numeric value, const from the overall model.
put_const(110, 100, 0.1, 0, 0.3, 1) put_const(90, 100, 0.1, 0, 0.3, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.