Info
Version: | 3.0.0 |
Author(s): | BlueMountain Capital, FsLab |
Last Update: | Tuesday, January 17, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://fslab.org/Deedle/ |
NuGet Url: | https://www.nuget.org/packages/Deedle.Math |
Install
Install-Package Deedle.Math
dotnet add package Deedle.Math
paket add Deedle.Math
Deedle.Math Download (Unzip the "nupkg" after downloading)
Dependencies
- Deedle(>= 2.3.0)
- MathNet.Numerics(>= 4.7.0)
- MathNet.Numerics.FSharp(>= 4.7.0)
Tags
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.