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

3 views (last 30 days)
H
H on 21 Oct 2018
Edited: H on 22 Oct 2018

Answers (3)

YT
YT on 21 Oct 2018
Edited: YT on 21 Oct 2018
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 on 21 Oct 2018
You can use probability density functions:
y1=gampdf(x+1/lambda,2,1/lambda); y2=normpdf(x);
  3 Comments
vandeleeuw
vandeleeuw on 22 Oct 2018
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 on 22 Oct 2018
Edited: H on 22 Oct 2018
Is the function f(x) a gamma function then? What’s the relationship between lamda and sigma?

Sign in to comment.


H
H on 21 Oct 2018
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!