|
|
| File Information |
| Description |
After the Dimitri's comment I deeply reviewed this file. Now this file use the Regress function (but the results with Polyfit were the same). Anyway I wrote this function exclusively for the common use of a one estimator linear regression; a common laboratory use where a simple regression is required.
Now this function checks the presence of outliers (as the Robustfit).
This function computes a least-squares linear regression suppling several output informations:
- Presence of outliers
- Slope with standard error an 95% C.I.
- Intercept with standard error an 95% C.I.
- Pearson's Correlation coefficient with 95% C.I. and its adjusted form (depending on the elements of X and Y arrays)
- Spearman's Correlation coefficient
- Regression Standard Error
- Total Variability
- Variability due to regression
- Residual Variability
- Student's t-Test on Slope (to check if slope=0), with power
- Student's t-Test on Intercept (to check if intercept=0) with power
- Power of the regression
- Modified Levene's test for homoschedasticity of residuals
- a plot with:
o Data points
o Least square line
o Red dotted lines: 95% Confidence interval of regression
o Green dotted lines: 95% Confidence interval of new y evaluation using this regression.
- the residuals plot
The function requires the Statistics Toolbox because calls TINV and TCDF to perform the Student's t-test.
To compute power, Myregr requires powerStudent by Trujillo-Ortiz, A. and R. Hernandez-Walls. If this function is not present on the computer, it try to download it from FEX
My profile on XING http://www.xing.com/go/invita/13675097
My profile on LinkedIN http://it.linkedin.com/in/giuseppecardillo |
| Required Products |
Statistics Toolbox
|
| MATLAB release |
MATLAB 7.3 (R2006b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 23 Jul 2007 |
Deep review |
| 18 Aug 2007 |
Spearman's correlation coefficient added.
Adjusted for using with MYREGRINV and MYREGRCOMP |
| 13 Sep 2007 |
minor editing |
| 20 May 2008 |
minor make-up |
| 12 Jun 2008 |
Added PowerStudent to compute the power of t-Student tests on regression parameters. |
| 12 Nov 2008 |
Changes in help section |
| 23 Dec 2009 |
Changes in description |
| 09 Mar 2010 |
To compute power, Myregr requires powerStudent by Trujillo-Ortiz, A. and R. Hernandez-Walls. If this function is not present on the computer, Sandler try to download it from FEX
|
| 12 Mar 2010 |
change in description |
| 13 Jan 2011 |
Now Y can be a matrix of repeated measures |
| 17 Nov 2011 |
The modified Levene's test for homoschedasticity of residuals and residuals plot were added |
|
Contact us at files@mathworks.com