Skip to content
Prev 11597 / 15274 Next

R-SIG-Finance Digest, Vol 108, Issue 12

1. You may have encountered an error in the intergation (you should use 
"try-catch", and option stop.on.error in integrate set to FALSE..after 
which you would check for any NA's etc)...but send the code so that we 
may see. Did you set the length (N) of "ES" to the same length as your 
conditional forecasts?

2. NO. ONE SIDED test. When uncertain about something, either read up on 
the original reference or try for yourself:

e.g.
t.test(rnorm(1000, mean=0.1, sd=0.02), alternative="greater")
t.test(rnorm(1000), alternative="greater")


Regards,
-Alexios
On 14/05/2013 17:53, Alexandra Allexa wrote: