Serving the Quantitative Finance Community

Search found 70 matches

by vmkulkarni
August 20th, 2014, 8:53 am
Forum: General Forum
Topic: Standard deviation of the default barrier
Replies: 0
Views: 3882

Standard deviation of the default barrier

Hi,Is there any mathematical formula or model exists to estimate default barrier using company's balance Sheet information ?
by vmkulkarni
April 3rd, 2010, 3:37 am
Forum: Trading Forum
Topic: chow test MATLAB
Replies: 0
Views: 34014

chow test MATLAB

<t>Hi all,I am trying to test relationship between two time series with chow test. MATLAB code attached splits time series into different periods based on increments and regresses one against another. Ultimately we calculate F test on ratio of regression residuals. I feel the code has a bug. I shall...
by vmkulkarni
March 25th, 2010, 8:54 am
Forum: Trading Forum
Topic: Index Arbitrage
Replies: 8
Views: 33877

Index Arbitrage

Hi,I tested stationarity of residuals of index against tracking portfolio with ADF and PHILLIPS Perron tests, which both reject unit root null and accept stationarity. But KPSS test rejects trend stationarity and accepts unit null. I am bit confused on the test results. RegardsVK
by vmkulkarni
March 25th, 2010, 5:44 am
Forum: Trading Forum
Topic: Index Arbitrage
Replies: 8
Views: 33877

Index Arbitrage

to add to the previous post. In the OLS regress, the individual asset is tested for stationarity first and then tested for cointegration with the index.regardsVK
by vmkulkarni
March 25th, 2010, 5:41 am
Forum: Trading Forum
Topic: Index Arbitrage
Replies: 8
Views: 33877

Index Arbitrage

<t>Hi,One more question on Index Tracking...I was reading carol alexander - ISMA paper on "Cointegration and Asset allocation". It mentions that Optimum replicating portfolio is the one that give maximum stationarity in the residuals for a combination of best assets. It also mentions that in classic...
by vmkulkarni
March 25th, 2010, 4:02 am
Forum: Trading Forum
Topic: Index Arbitrage
Replies: 8
Views: 33877

Index Arbitrage

<t>Hi marine,Yes I did look at KPSS test. However the results are not conclusive with respect to the time series being trend stationary or difference stationary.It would be an better idea to indentify cointegrating time series first and perform OLS regression than performing ortho PCA on all the tim...
by vmkulkarni
March 17th, 2010, 3:00 am
Forum: Trading Forum
Topic: Index Arbitrage
Replies: 8
Views: 33877

Index Arbitrage

<t>Hi,In fact i have both these methods implemented. I am in favor of cointegrated ECM model.ECM model using johansen method to find number of co-integrating time series is extention of Engle-granger procedure to multivariate world. However I read in few papers that Engle-granger for two time series...
by vmkulkarni
March 15th, 2010, 9:32 am
Forum: Trading Forum
Topic: Index Arbitrage
Replies: 8
Views: 33877

Index Arbitrage

Hi All,I would like your opinion on the following.We can create an Index following portfolio with co-integration. It is well documented in public domain. Or we can use orthogonal regression to create a index tracking portfolio. Which one you feel would provide reliable results? RegardsVK
by vmkulkarni
November 19th, 2009, 2:27 am
Forum: Technical Forum
Topic: Multicollinearity - Carol Alexander - market models
Replies: 2
Views: 34599

Multicollinearity - Carol Alexander - market models

anyone would like to comment!
by vmkulkarni
November 18th, 2009, 11:08 am
Forum: Technical Forum
Topic: Multicollinearity - Carol Alexander - market models
Replies: 2
Views: 34599

Multicollinearity - Carol Alexander - market models

<t>Hi All,I am trying to test Orthogonal regression prescribed in Market Models by Carol Alexander. Process is to do PCA on normalized independent variables and regression on PCA vectors. I am able to get a good regression model fit with normalized independent variables. When it comes to transformin...
by vmkulkarni
November 4th, 2008, 10:28 am
Forum: Programming and Software Forum
Topic: XLW to Matrix library interface
Replies: 3
Views: 52482

XLW to Matrix library interface

<t>Hi Guys,I am facing problem interfacing NEWMAT matrix lbrary to XLW. Your inputs are highly appreciated.I want to modify MJmatrices class to construct MJMatrix from a Vector //// MJmatrices.hnamespace xlw { class MJMatrix { public: explicit MJMatrix(unsigned long Rows_=0, unsigned long Cols_=0); ...
by vmkulkarni
November 3rd, 2008, 3:49 pm
Forum: Programming and Software Forum
Topic: XLW - passing vector to a function
Replies: 8
Views: 49385

XLW - passing vector to a function

HiI am trying to incorporate matrix library into XLW. The Output from Matrix library is in the form of a matrix. Do i need to write a converter function to convert the O/P to MJMatrix in XLW?RegardsVK
by vmkulkarni
October 29th, 2008, 8:36 am
Forum: Programming and Software Forum
Topic: XLW - passing vector to a function
Replies: 8
Views: 49385

XLW - passing vector to a function

MJ and Others,To extend it further, I have added a class to handle Date mm/dd/yyyy datatype. Could you pls guide me the modifications required to incorporate custom data type in the XLW.RegardsVK
by vmkulkarni
October 11th, 2008, 5:15 am
Forum: Programming and Software Forum
Topic: XLW - passing vector to a function
Replies: 8
Views: 49385

XLW - passing vector to a function

Perfect ... MyArray did the job.... thanks again
by vmkulkarni
October 11th, 2008, 4:39 am
Forum: Programming and Software Forum
Topic: XLW - passing vector to a function
Replies: 8
Views: 49385

XLW - passing vector to a function

Thanks mark..