...a model for pricing and hedging derivative securities and option portfolios in an environment where the volatility is not known precisely, but is assumed instead to lie between two extreme values
and
.... ...the "pricing" volatility is selected dynamically from the two extreme values
,
, according to the convexity of the value-function.....
Derivative Securities
Pricing and hedging derivative securities in markets with uncertain volatilities
Submitted by cahn on 19 June, 2007 - 5:30pm»
- cahn's blog
- Add new comment
- Read more
- 314 reads
-
- Generate PDF file
What did I say then?
Recursively chmod directories only
Submitted by cahn on 23 December, 2007 - 10:24pm
find . -type d -exec chmod 755 {} \;
This will recursively search your directory tree (starting at dir ‘dot’) and chmod 755 all directories only.
Similarly, the following will chmod all files only (and ignore the directories):
find . -type f -exec chmod 644 {} \;
»
- cahn's blog
- Add new comment
- 71 reads
-
