Generating samples of two dimensional random variable
Afficher commentaires plus anciens
First I want to generate a two-dimensional random variable (X1,X2) where X1 is from unif [0,1] and X2 is independently from unif [0,x1] and I want to generate a Y*2Z matrix where each row will consists of Z independent draws of (X1, X2). What will be a compact way to write this code?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Univariate Discrete Distributions dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!