Fitting Weibull Parameters in C#

244 Views Asked by At

very similar to the question posted here: Determine Weibull parameters from data

I have a bunch of data, and I want to extract the Weibull parameters from it using a library in C#. (As opposed to the linked question which uses python)

1

There are 1 best solutions below

0
On

You can use MathNet

using MathNet.Numerics.Distributions;