Deedle.Math
2.1.0
Deedle implements an efficient and robust frame and series data structures for manipulating with structured data. It supports handling of missing values, aggregations, grouping, joining, statistical functions and more. For frames and series with ordered indices (such as time series), automatic alignment is also available. This package installs the core Deedle package, Deedle.Math extension and Mathnet.Numerics to extend mathematic functions on Deedle Frames and Series.
Install-Package Deedle.Math -Version 2.1.0
dotnet add package Deedle.Math --version 2.1.0
<PackageReference Include="Deedle.Math" Version="2.1.0" />
paket add Deedle.Math --version 2.1.0
Release Notes
Release Deedle.Math to extend linear algebra, statisitical analysis and financial analysis on Frame and Series by leveraging MathNet.Numerics [#475](https://github.com/fslaborg/Deedle/pull/475)
Override + operator and add Frame.strConcat to concatenate Frame and Series of string values [#482](https://github.com/fslaborg/Deedle/issues/482)
Fix ResampleUniform with missing values [#470](https://github.com/fslaborg/Deedle/issues/480)
Dependencies
-
- Deedle (>= 2.1.0)
- MathNet.Numerics (>= 4.7.0)
- MathNet.Numerics.FSharp (>= 4.7.0)
GitHub Usage
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated | ||
---|---|---|---|---|
2.1.0 | 66 | 11/5/2019 |