How to calculate the CDF of y using U

조회 수: 17 (최근 30일)
vijeta uppal
vijeta uppal 2021년 3월 22일
답변: Prudhvi Peddagoni 2021년 3월 26일
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.

답변 (1개)

Prudhvi Peddagoni
Prudhvi Peddagoni 2021년 3월 26일
Hi,
you can use pdf and cdf functions to do this. See the documentation to understand the syntax.
Hope this helps.

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by