Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a .m file (script file) that can evaluate the P value of a Gaussian Normal Distribution. The equation will need 3 input variables x,
Create a .m file (script file) that can evaluate the P value of a Gaussian Normal Distribution. The equation will need 3 input variables x, u (mean), and 6 (standard deviation). The equation is: -(3- (202) 21*e Use the disp function to output the P value. Example input/output is shown below. Input x value: 0.5 Input mean value: 0 Input standard deviation value: 1 0.3521
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started