Serving the Quantitative Finance Community

Search found 8 matches

by madcow49
March 5th, 2009, 10:25 pm
Forum: General Forum
Topic: Expected Shortfall
Replies: 6
Views: 50684

Expected Shortfall

Hello, I am trying to find the Expected Shortfall corresponding to a 95% confidence level on a lognormal distribution. Given x~LogNorm solve for Alpha. E[ x | x > LogNormInv( Alpha%) ] = LogNormInv(95%) Any idea?Many thanks
by madcow49
April 24th, 2008, 3:54 pm
Forum: Numerical Methods Forum
Topic: Serie Exp
Replies: 2
Views: 55981

Serie Exp

Cool thks.
by madcow49
April 24th, 2008, 10:54 am
Forum: Numerical Methods Forum
Topic: Serie Exp
Replies: 2
Views: 55981

Serie Exp

Hi all, I just can't remember how to express 1+exp(-x)+exp(-2x)+exp(-3x)+...+exp(-nx) as a simple function of x.Any help?
by madcow49
April 4th, 2008, 3:58 pm
Forum: Numerical Methods Forum
Topic: Semi definite matrix --> eigenvalues
Replies: 11
Views: 61008

Semi definite matrix --> eigenvalues

<t> I chose to change the initial matrix for communication purpose. Its is difficult to explain what level of stress you are actually applying if you play with the eigen values/vectors. I managed to successfully use the rescaling method but I will definitely try the second one, that sounds indeed mo...
by madcow49
April 4th, 2008, 11:43 am
Forum: Numerical Methods Forum
Topic: Semi definite matrix --> eigenvalues
Replies: 11
Views: 61008

Semi definite matrix --> eigenvalues

Note that I already did the Eigen vector decomposition.
by madcow49
April 4th, 2008, 11:42 am
Forum: Numerical Methods Forum
Topic: Semi definite matrix --> eigenvalues
Replies: 11
Views: 61008

Semi definite matrix --> eigenvalues

By rotation matrix method, arerefering to the hyperspher decomposition i.e the first method proposed by this paper?What is a "random" rotation matrix?Why do you consider the rescalling mentioned previously as rubbish?Thks.
by madcow49
April 4th, 2008, 10:06 am
Forum: Numerical Methods Forum
Topic: Semi definite matrix --> eigenvalues
Replies: 11
Views: 61008

Semi definite matrix --> eigenvalues

<r>Indeed the sum of the eigen values should be equal to the number of nows. But it is not sufficient. I found a paper explaining the method :<URL url="http://citeseer.ist.psu.edu/cache/papers/cs/25768/http:zSzzSzwww.rebonato.comzSzcorrelationmatrix.pdf/rebonato99most.pdfBasically:Target"><LINK_TEXT...
by madcow49
April 4th, 2008, 6:52 am
Forum: Numerical Methods Forum
Topic: Semi definite matrix --> eigenvalues
Replies: 11
Views: 61008

Semi definite matrix --> eigenvalues

<t>Hi all, I am trying to stress a correlation matrix. To make sure the Cholesky decomposition will work afterwards, the matrix has to be positive definite, i.e. the eigen values have to positive. But by setting the negative Eigen values to 0 (or a small positive number) and recalculating the matrix...