![]() |
VOOZH | about |
dotnet add package Deedle.MathNetNumerics --version 8.0.0
NuGet\Install-Package Deedle.MathNetNumerics -Version 8.0.0
<PackageReference Include="Deedle.MathNetNumerics" Version="8.0.0" />
<PackageVersion Include="Deedle.MathNetNumerics" Version="8.0.0" />Directory.Packages.props
<PackageReference Include="Deedle.MathNetNumerics" />Project file
paket add Deedle.MathNetNumerics --version 8.0.0
#r "nuget: Deedle.MathNetNumerics, 8.0.0"
#:package Deedle.MathNetNumerics@8.0.0
#addin nuget:?package=Deedle.MathNetNumerics&version=8.0.0Install as a Cake Addin
#tool nuget:?package=Deedle.MathNetNumerics&version=8.0.0Install as a Cake Tool
<img align="right" src="https://github.com/fslaborg/Deedle/raw/master/misc/logo.png" alt="Deedle" />
Deedle is an easy to use library for data and time series manipulation and for scientific programming. It supports working with structured data frames, ordered and unordered data, as well as time series. Deedle is designed to work well for exploratory programming using F# and C# interactive console, but can be also used in efficient compiled .NET code.
The library implements a wide range of operations for data manipulation including advanced indexing and slicing, joining and aligning data, handling of missing values, grouping and aggregation, statistics and more.
Install .NET SDK 9.0 or higher, then run:
dotnet tool restore
dotnet paket restore
./build.sh # Linux/Mac
.\build.ps1 # Windows
👁 Deedle Nuget
Deedle
👁 Deedle.MathNetNumerics Nuget
Deedle.MathNetNumerics
More information can be found in the documentation.
Automatically generated documentation for all types, modules and functions in the library is available in the API Reference:
Series module for working with data and time-series valuesFrame module for data frame manipulationStats module for statistical functions, moving windows and a lot more.More functions related to linear algebra, statistical analysis and financial analysis can be found in Deedle.MathNetNumerics extension. Deedle.MathNetNumerics has dependency on MathNet.Numerics.
LinearAlgebra module provides linear algebra functions on frame.Matrix module provides matrix multiplication between frame, series, matrix and vector. They are also available via type extensions.Stats module provides extra statistical functions on frame and series by applying existing functions in MathNet.Numerics.Finance module provides statistical functions specific to finance domain.All fsprojects and fslaborg projects have a backup maintainer who can help recruit new maintainers should things go cold.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.