lca_algebraic icon indicating copy to clipboard operation
lca_algebraic copied to clipboard

New type of distribution based on empirical data

Open RomainBes opened this issue 6 months ago • 1 comments

I was wondering if it would be possible, and relatively easy, to add a new type of distribution for parameters based on empirical distribution that would rely on the random library?

import random
random.choices(np.arange(0, 4), weights=np.arange(0, 4), k=10)

RomainBes avatar Jan 05 '24 15:01 RomainBes