Statistical Analysis of numerical data

2 views (last 30 days)
John Do
John Do on 7 Apr 2016
Answered: Walter Roberson on 7 Apr 2016
The scenario for using the code is that someone has sent the user a text file of numerical data and has asked the user to provide a report listing various statistical quantities associated with the data. The data format will be one or two columns of data with an unknown number of data elements. The program must be in menu format and load the data file, set an output filename, plot a histogram and histogram fit, plot probability plots, plot a regression of y on x, and find x or z given a probability. I also have to implement error conditions, but I have no idea how to even start this, much less what do put in each case structure. Any help would be appreciated

Answers (1)

Walter Roberson
Walter Roberson on 7 Apr 2016

Community Treasure Hunt

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

Start Hunting!