How to calculate the CDF of y using U
Mostra commenti meno recenti
Write Matlab code to generate a one-sided exponential PDF fY (y), from a uniform random variable U where fY (y) = βe−βyu(y), β > 0 (1) and u(y) is a unit step function. Write the Matlab code following the steps below : 1. Generate CDF of Y . FY (y) should be computed first based on the below equation FY (y) = Z y −∞ fY (z) dz.
Risposte (1)
Prudhvi Peddagoni
il 26 Mar 2021
0 voti
Categorie
Scopri di più su Random Number Generation in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!