Generate Random Variables from PDF

버전 1.0.1 (1.17 KB) 작성자: Ayad Al-Rumaithi
Generate random variables from probability density function (pdf) using inverse transform technique
다운로드 수: 160
업데이트 날짜: 2019/6/8

라이선스 보기

Generate random variables from probability density function (pdf) using inverse transform technique .

function x=PDF2Rand(xPDF,yPDF,N)

Input
xPDF:x values of probability density function
yPDF:y values of probability density function
N:Number of samples of the random varible

output
x:Generated random variable

인용 양식

Ayad Al-Rumaithi (2024). Generate Random Variables from PDF (https://www.mathworks.com/matlabcentral/fileexchange/71789-generate-random-variables-from-pdf), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2017b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Random Number Generation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.1

description

1.0.0