Calculates the probability of the underlying asset value remaining above a price level in a designated time frame, given the daily standard devaiation of the underlying returns.
Annualized standard deviation of the underlying returns
dsd
Daily standard deviation of the underlying returns (Annual vol/sqrt(256)), used as an alternative to the asd parameter in conjuction with the dte parameter
dte
Days until expiration, designated time frame
p
Designated probability
quantile
Logical. If True, calculates the price the asset will remain above, given the designated probability
tradedays
Number of trade days in a year, default = 262
Value
Returns a probability (if quantile = FALSE), Returns a data.frame (if quantile = TRUE)
Details
This function has two separate possible operations:
1. Calculates the probability of the underlying asset value remaining above a price level in a designated time frame, given the daily standard devaiation of the underlying returns.
2. Calculates the price the asset will remain above, given the designated probability