﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
849	Muestrear una normal con restriciones de igualdad	jlaybar	Víctor de Buen Remiro	"Hola Victor estoy intentando muestrear dos variables aleatorias cuya suma sea igual a uno  x1+x2=1 y  x1>0, x2>0
 
Si embargo con la función RandConstrainedMNormal no lo consigo
 
 
Matrix mu = Col(0.2,0.8);
Matrix Cov =((1,0),(0,1));
Matrix B = (
 (1,1),
(-1,-1),
(-1,0),
(0,-1)
);
Matrix b = Col(1,1,0,0);
Matrix sample = RandConstrainedMNormal(mu, Cov, B, b);"	defect	new	normal		BSR		blocker			
