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.

Python

The Python section will show you how to use this tool in Python. It's really just a call of a function.

R

The R section will show you how to use this tool in R. Also, just a call of a function.

Funded under IMPC project of Global Water Futures program.

Table of contents

Clone this wiki locally