kos59125
NuGet publisher profile
Packages (7)
R.NET
A .NET interoperability library to access the R statistical language runtime from .NET languages. The library is designed for fast data exchange, in process.
FsRandom
This package offers users to generate random states using computation expression syntax (and also LINQ syntax for C# users). This provides a variety of random functions: generating random collections, random sampling, shufflig, and also statistical functions like normal, gamma, and Poisson. Xorshift algorithm is used for the default, but you can choose another algorithm to pick random numbers, e.g. Mersenne Twister and System.Random.
RDotNet.FSharp
Transitional package, you can remove and directly use nuget package ID R.NET.FSharp
RecycleBin.TextTables
Reads and writes a data table in text format such as CSV, TSV, and space-delimited text. Also provides a way to bind each row to user defined class, so that user can easily create instances from a text table.
RecycleBin.DynamicProxy
Provides a way to creates a proxy class for predefined classes to pretend to implement any interfaces.
RecycleBin.Options
Provides an easy way to convert command-line arguments into an instance of user-defined class.
RDotNet.Graphics
Provides interfaces to build up R's graphics engine.