Hi, How can I plot the functions below on Matlab?

조회 수: 3 (최근 30일)
H
H 2018년 10월 21일
편집: H 2018년 10월 22일
  댓글 수: 1
YT
YT 2018년 10월 21일
편집: YT 2018년 10월 21일
You did not add an image.

댓글을 달려면 로그인하십시오.

답변 (3개)

YT
YT 2018년 10월 21일
편집: YT 2018년 10월 21일
Because your question only contains formulas without any other information on what x or lambda are, I'll give you a standard answer on how to plot:

vandeleeuw
vandeleeuw 2018년 10월 21일
You can use probability density functions:
y1=gampdf(x+1/lambda,2,1/lambda); y2=normpdf(x);
  댓글 수: 3
vandeleeuw
vandeleeuw 2018년 10월 22일
If X has a standard normal distribution, then (X^2)/2 has a gamma distribution with parameters lambda=1 and a=1/2.
H
H 2018년 10월 22일
편집: H 2018년 10월 22일
Is the function f(x) a gamma function then? What’s the relationship between lamda and sigma?

댓글을 달려면 로그인하십시오.


H
H 2018년 10월 21일
What if I say lambda=1.1 and -5<=x<=5.

Community Treasure Hunt

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

Start Hunting!

Translated by