-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with computation of the H matrix in msfc.R code #4
Comments
Hi @edoscm, and thank you for your interest in the etrm package. I have created a new branch for evaluating the computation of the H matrix. Feel free to explore it. I will look more into this when I have available time (in the final phase of my phd right now). FYI: I have written a paper titled "etrm: Energy Trading and Risk Management in R". It will be published in the next issue of the R-journal (June/ July 2022). This will describe the package in further detail. It also presents some ideas for further work, if anyone would be interested in participating in the project. Again, thank you for your interest, I will look into the calculation of the H matrix. |
First of all, thanks for your great work, and best of luck with the finalization of your thesis! What edoscm points out is correct, and the change in the branch should be correct. Moreover, the solutions I obtain doesn't seem to be exact (i.e. instead of fwdprice 400 then it finds 400.48 etc). Is this by design? |
Hi, and thank you for your interest in etrm! The computed prices should be close to/identical to market prices. I believe further modifications to https://github.com/sleire/etrm/blob/issue-4-msfc-hmatrix/R/msfc.R are needed in order to implement the adjusted calculation described above. I will explore this when I get more time, but this may take a while. Suggestions for changes and pull requests would be highly appreciated. There are also several new features we would like to add to etrm, these are described in the R-journal paper (see link in Readme). |
First of all, thank you for the great package, I found it very useful for my thesis!
I was reading the Benth's article "Extracting and Applying Smooth Forward..." and I noticed that, in the computation of the matrix H, h_j's coefficients are, for example, h_j[1][1] = 28,8*(k[j+1]**5 - k[j]*5) and not 28,8(k[j+1] -k[j])**5 .
So, I would ask you if it is possible or is it my misunderstanding.
The text was updated successfully, but these errors were encountered: