Serving the Quantitative Finance Community

Search found 9 matches

by javgome
November 5th, 2003, 12:51 pm
Forum: Student Forum
Topic: Best volatility model for stock returns
Replies: 8
Views: 190114

Best volatility model for stock returns

<t>Hi MuzzexThere is no BEST model.You should study the particular characteristics of the stock.For example,you could use a EGARCH if the is a strong skew in the returns. Sometime the less complicated models work better. The improvement made by more sofisticated models is too little, but it demands ...
by javgome
November 5th, 2003, 12:05 pm
Forum: Technical Forum
Topic: Is unified theory of finance possible?
Replies: 177
Views: 204388

Is unified theory of finance possible?

<t>Hi ScottLike in the case of insurance company, the math models reduce uncertanty through the use of probabilities and expectation.But remember.... If you create today an life insurance company, there is a probability that all your clients die tomorrow so your company will be broke.So... the model...
by javgome
November 4th, 2003, 1:30 pm
Forum: Technical Forum
Topic: Is unified theory of finance possible?
Replies: 177
Views: 204388

Is unified theory of finance possible?

<t>HiTo NI´m sure you are very smart and know a lot of things about differential geometry.I´m sure too that you can use theories with 11 dimensions to understand the big bang and particles dinamycs.But the financial prices... I don´t think so.A men sell stocks because an earthquake destroy all he ha...
by javgome
October 16th, 2003, 4:05 pm
Forum: Programming and Software Forum
Topic: Correlation Matrix Help
Replies: 9
Views: 190328

Correlation Matrix Help

If the matrix if for VaR porpouses, you should use Principal Components Analysis, so you can reduce the matrix dimension (risk factors).It works for correlated factors. The Carol Alexander paper: "Key Market Risk Factors" will help you
by javgome
October 16th, 2003, 2:31 pm
Forum: Student Forum
Topic: Stochastic Vol Models - why?
Replies: 14
Views: 190988

Stochastic Vol Models - why?

<t>Hi longvegaYou don´t ask about Stoch. Volat only for option pricing porpouses, right??Stoch Volat. is about assumptions. In Options pricing, Risk management, ... you make assumptions about prices behavior. Log Normal prices or anything else.Stochas Vol. correct (in many cases) the missmatch betwe...
by javgome
July 25th, 2003, 3:10 pm
Forum: Programming and Software Forum
Topic: Zero coupon curve fitting in XLS
Replies: 1
Views: 190226

Zero coupon curve fitting in XLS

Hi mdecSolver have many problems. Use a factor ( 100000) multiplying the errors.some time this increase the accuracy of the solution.www.solver.com Take a look to this add-in
by javgome
May 7th, 2003, 9:51 pm
Forum: Technical Forum
Topic: Correlating distributions
Replies: 9
Views: 191228

Correlating distributions

<t>Hi The Cholesky descomposition on a matrix of correlation is used for creating correlated variables from series of uncorrelated variables.You need to:Create the 2 variables (uncorrelated. series or vectors)Create a correlation matrix using the coef. you need for you variables. [ 1 , coef ; coef ,...
by javgome
May 7th, 2003, 6:28 pm
Forum: Student Forum
Topic: Estimation of Multivariate Garch in mean
Replies: 4
Views: 190290

Estimation of Multivariate Garch in mean

<t>Hi ssdebThe MBRM software has a demo for multivariate GARCH. It´s in the derivatives module (an EXCEL spreadsheets).S-Plus uses BEKK for this porpouse, I never used s-plus but I read about it.I think the easy way is using "Principal components" to create an orthogonal base from the original syste...
by javgome
May 2nd, 2003, 3:49 pm
Forum: Programming and Software Forum
Topic: How to call C++ programs from Excel
Replies: 41
Views: 195074

How to call C++ programs from Excel

<r>HI I founded this links on " calling Dlls from VBA"Take a look to this links.... I think are very usefullhttp://home.apu.edu/~jcox/Demos/vbanddll/vbanddll.htmhttp://<URL url="http://www.che.utexas.edu/cache/newsletters/spring2001_useofc.pdfhttp://www.canaimasoft.com/f90VB/OnlineManuals/UserManual...