Matt Thornton
Matt Thornton
After reading the docs I wanted to use the ``Create(...)`` style function as recommended, to ensure that if the columns in the DB change my code will fail to compile...
I've just noticed that I'm missing some KLine data for the 7th April 2023 for several assets (one of them being the BTCUSDT USDS-M perps) when fetching using the monthly...
I've noticed that calling `Series.windowSize (x, Boundary.AtBeginning)` can result in an `System.IndexOutOfRangeException: Index was outside the bounds of the array.` error. The following `fsx` script shows this: ```fs #r "nuget:...
Addresses #559
Calling `Stats.cov` on a frame for which `Stats.stdDev` returns `` values throws an exception due to mismatched matrix dimensions. Here's an example that shows this: ```fsharp #r "nuget: Deedle.Math" open...
Based on #28 and the desire to support UOM for `uint32` I've added UOM for all missing basic CLR types (except `nativeint` and `unativeint`).