The multivariate tag has no wiki summary.
0
votes
2answers
142 views
Interpretation of PCs
I have computed PC1 and PC2 wts on future contracts derived from cumulative log differences. How can I use them to get back the theoretical price of each contract using those 2 pcs? Thanks in ...
3
votes
0answers
81 views
Estimating two normal random numbers with one equation
Subtitle: Estimating the correlation of the shocks driving two commodities in
two multi-factor models
I am fitting two 2-factor models to electricity and gas futures, respectively.
In order to ...
6
votes
4answers
702 views
Using rolling returns in a multivariate linear regression?
I am trying to use fundamental factors such as PE, BV, & CFO in a multivariate linear regression with the response variable being the rolling 1 month returns. But this approach seems flawed as the ...
5
votes
1answer
290 views
Major FX pairs - Pentahedron Data Structure
I read an interview today with Stephane Coquillaud.
He talked about this idea of formulating a data set of the G5 currencies as a pentahedron. The obvious benefit is the fact that there is more ...
7
votes
1answer
690 views
Time series price prediction and linear regression: using high/low rather than last quotes price
Discrete time series regression models, like ARIMA, are usually built around the assumption that we only have 1 available price for each period t, which I will call the Close.
In reality asset time ...
5
votes
0answers
462 views
Alternative to Block Bootstrap for Multivariate Time Series
I currently use the following process for bootstrapping a multivariate time series in R:
Determine block sizes - run the function b.star in the np package which produces a block size for each series
...