Remember me

Register  |   Lost password?

 

Next Dates: - Introduction to QuantLib Development with Luigi Ballabio, September 2 - 4, 2013 - £1700

 


Quant Pythonista Blog Header

A blog about scientific Python, quant finance, statistics, data analysis, and hacking of all kinds


A O(n log n) NA-friendly “as of” array operations

Fri, 04 May 2012 09:42:29 GMT

In time series data, it’s fairly common to need to compute the last known value “as of” a particular date. However, missing data is the norm, so it’s a touch more complicated than doing a simple binary search. Here is …Read more »

, , , , , ,