Install-Package MathNet.Numerics -Version 4.15.0
--------
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
var a = MathNet.Numerics.Distributions.Normal.CDF(2, 1, 0.35);
}
}
Download the project of Visual Studio 2013 in DropBox Download