Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add probability distribution #57

Merged
merged 2 commits into from
Sep 5, 2016

Conversation

Reneh107
Copy link
Contributor

@Reneh107 Reneh107 commented Sep 2, 2016

A structure is setup with a baseclass called probabilityDistribution.

Several derived classes are developed and tested:
uniform 1d
gaussian 1d / multi-D
Gaussian copula
Lognormal distribution

Functions are:
getProbabilityDensity
getCumulativeProbability
getQuantile

@DominicDirkx
Copy link
Member

Hi Rene,

I've uploaded a modified version of my own probability distribution code:

https://github.com/DominicDirkx/tudat/tree/ProbabilityDistributions

It's been modified to be able to handle multivariate distributions. I'll get to work on merging the functionality with yours. Interestingly, the base class design is really very similar, so merging them shouldn't be too hard.

@DominicDirkx
Copy link
Member

Hi Rene,

I've created a new branch in which I've merged your code and mine:

https://github.com/DominicDirkx/tudat/tree/Reneh107-add_probability_distribution

It's still preliminary, but if you have any comments, just let me know,

@DominicDirkx DominicDirkx self-assigned this Sep 5, 2016
@DominicDirkx DominicDirkx merged commit f858ba6 into Tudat:master Sep 5, 2016
@gviavattene gviavattene mentioned this pull request Sep 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants