| validate_inputs | R Documentation |
Validate Input Parameters for Asian Option Pricing
validate_inputs(S0, K, r, u, d, lambda, v_u, v_d, n)
S0 |
Initial stock price |
K |
Strike price |
r |
Gross risk-free rate |
u |
Up factor |
d |
Down factor |
lambda |
Price impact coefficient |
v_u |
Hedging volume (up) |
v_d |
Hedging volume (down) |
n |
Number of time steps |
NULL (throws error if validation fails)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.