Wednesday, January 10, 2007
Saturday, October 28, 2006
C Add-Ins in Excel: Performance Comparison with VBA
The data (which is interesting on its own!) comes from perhaps the biggest publicly available database of owners in Estonia – the daily list of the owners of the stock of company Tallink, consisting of records on about 16000 entities. The add-in works as follows – it is an array formula that compares two snapshots of data and writes out stock owners, who are present in both periods. No optimization of the algorithm is done – just a plain one by one comparison.
Posted by Jaan Übi at 6:07 AM 1 comments
Topic: BusinessUndergr, CompSci
Traveling Salesman Problem (TSP) in Excel/VBA. The use of graphics in Informatics II class
Posted by Jaan Übi at 2:18 AM 51 comments
Topic: BusinessUndergr
Gauss-Jordan elimination in Excel/VBA. The use of matrix problems in Informatics II class
Posted by Jaan Übi at 1:17 AM 2 comments
Topic: BusinessUndergr
Friday, October 27, 2006
NPV and IRR in Execl/VBA
In our undergraduate
Informatics II: VBA for non-IT students, class the financial indicator Net-Present-Value is programmed. This program also includes the counterpart, IRR, the difficulty of
which also remains within the scope of this class. By the fourth semester, on
which Informatics II is held, students have already taken the basic classes
such as finance and statistics, so that no time needs to be used for conveying
background information.
Posted by Jaan Übi at 11:01 PM 1 comments
Topic: BusinessUndergr