Skip to content
Julie edited this page Jun 13, 2019 · 6 revisions

This is a tool to transform (N-1) independent, uniform distributed random numbers into N numbers that all sum up to 1 and are all distributed identically.

Introduction

The introduction will show some examples and show the need of this transformation. It will show you how using another approach could lead to biased results.

Python

The Python section will show you how to use this tool in Python. I will give a short example to check if you are using it correctly.

R

The R section will show you how to use this tool in R. A small example will provide some guidance and make sure you obtain the same results.

Funded under IMPC project of Global Water Futures program.

Table of contents

Clone this wiki locally