-
Book Overview & Buying
-
Table Of Contents
F# for Quantitative Finance
By :
Instead of implementing your own functions for numerical support, there is an excellent library called Math.NET. It's an open-source library covering fundamental mathematics such as linear algebra and statistics.
The Math.NET library consists of the following libraries:
Math.NET numerics: Numerical computing
Math.NET neodym: Signal processing
Math.NET linq algebra: Computer algebra
Math.NET yttrium: Experimental network computer algebra
In this section, we'll look at Math.NET numerics, and see how it can help us in our F# programming. First, we need to make sure that Math.NET is installed on our system.
The Math.NET library can be installed using the built-in Package Manager.

Open the Package Manager Console by going to View | Other Windows | Package Manager Console.
Type in the following command:
Install-Package MathNet.Numerics
Wait for the installation to complete.
You can read more about the Math.NET project on the project's website...
Change the font size
Change margin width
Change background colour