How to generate random multidimensional samples using a custom multidimensional probability distribution?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Christian Kurniawan
el 26 de Jul. de 2017
Comentada: Christian Kurniawan
el 28 de Jul. de 2017
Is there any matlab function that can generate multidimensional samples using a custom multidimensional probability distribution function? I want to generate multidimensional samples using a custom multidimensional PDF. For example, I have a custom made PDF: P(A) where A = {a1,a2,a3,...}; in other word the PDF is P(a1,a2,a3,...). I want to generate samples {A1,A2,A3,..} from P(A) where A1 = {a11,a12,a13,...}; A2 = {a21,a22,a23,...}; A3 = {a31,a32,a33,...}; ...
0 comentarios
Respuestas (1)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!