Question:
Determine The Probability Density Function For The Following Cumulative Distribution Function.
Use this Website: https://drive.google.com/file/d/1FmcXlipfxYqiXFOSWql6G7vJ4llu0N5O/view?usp=sharing
Need the codes for MATHLab
Note:
->> Need the right codes for the App Called MathLab, use the codes to get the answer.
->>Show the computation and place the input of the code.
->> once done with the code, place an example of how it is done.
BIG NOTE: the one who did Question #233881, did not do a good job. And did not explain how to use it and what are the inputs to be placed once the code was run.
x_pdf = [1:0.1:100];
y = normpdf(x_pdf,mu,sigma);
figure
histogram(x,'Normalization','pdf')
line(x_pdf,y)
y = cdf('name',x,A)
y = cdf('name',x,A,B)
y = cdf('name',x,A,B,C)
y = cdf('name',x,A,B,C,D)
y = cdf(pd,x)
y = cdf(
Comments
Leave a comment