Git Product home page Git Product logo

finmath-experiments's Introduction

finmath experiments

Experiments and demos based on finmath lib.

See also http://finmath.github.io/finmath-experiments/

Projects

finmath lib
Java library providing implementations of methodologies related to mathematical finance, but applicable to other fields (e.g., the Monte-Carlo simulation of SDEs and the estimation of conditional expectations in Monte-Carlo). See http://finmath.net/finmath-lib

finmath spreadsheets
A collection of spreadsheets building upon finmath lib and providing end user solutions (e.g, interest rate curve calibration or calibration of a forward rate model, aka LIBOR market model). See http://finmath.net/spreadsheets/

finmath experiments
Small experiments, illustrating some aspects of mathematical finance. Also illustrates how to use the finmath lib.

finmath lib plot extensions Convenient abstractions of some plotting libraries and example usages of finmath lib. See http://finmath.net/finmath-lib-plot-extensions/

Documentation

License

The code of "finmath lib" and "finmath experiments" (packages net.finmath.*) are distributed under the Apache License version 2.0, unless otherwise explicitly stated.

Instruction for Contributors for Experiments

Here are a few remarks in case you like to create and contribute a web page with experiments, similar to the ones in the docs folder of this repo.

  • Used the same HTML header as in the example on Monte-Carlo simulation, see montecarlo-blackscholes (adjusting title and description).

  • Use the correct HTML tags for code blocks, i.e. the tag <div class="codeboxwithheader"> and everything that is inside. Just change the title text and the code inside.

  • Check you page on a mobile device (iPhone, iPad). Long package names or class names can lead to layout issues.

  • If you create plots, the best quality can be achieved by saving the plot as SVG. Use plot.saveAsSVG(new File(filename), 800, 450))

  • Use LaTeX with MathJax: you can write LaTeX inside the HTML using \( and \) to mark the start and the end.

finmath-experiments's People

Contributors

cfries avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.