Skip to content

Commit

Permalink
Add motivation
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda committed Jan 24, 2025
1 parent 0fe7986 commit d664b7a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/semeio/fmudesign/probabilit_idea.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

## Background and Motivation

I've been thinking a lot about Monte Carlo analysis the last six months and think I have concluded that a new tool is needed.
PyMC does not do what we want as it doesn't support Latin Hypercube Sampling, correlations and is slow when there are many variables.
So, I've started "designing" a new Python library.
Basically, we need an open source version of the sampling engine tools like @Risk use.

I have not really implemented anything yet, but have instead just started writing down how I'd like such a library to behave and what sorts of features it should have.

The difficult math-stuff was for the most part solved in the last version of fmudesign so what needs to be done is mostly designing a good API.

### Core Features

Expand Down

0 comments on commit d664b7a

Please sign in to comment.