Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.159.004 Times

bootgmregress 1.0

  Date Added: June 18, 2013  |  Visits: 496

bootgmregress

Report Broken Link
Printer Friendly Version


Product Homepage
Download (50 downloads)



The bootstrap is a way of estimating the variability of a statistic from a single data set by resampling it independently and with equal probabilities (Monte Carlo resampling). Allows the estimation of measures where the underlying distribution is unknown or where sample sizes are small. Their results are consistent with the statistical properties of those analytical methods. Here, we use the Non-parametric Bootstrap. Non-parametric bootstrap is simpler. It does not use the structure of the model to construct artificial data. The vector [yi, xi] is instead directly resampled with replecement. The parameters are constructed from these pairs.Model II regression should be used when the two variables in the regression equation are random and subject to error, i.e. not controlled by the researcher. Model I regression using ordinary least squares underestimates the slope of the linear relationship between the variables when they both contain error. According to Sokal and Rohlf (1995), the subject of Model II regression is one on which research and controversy are continuing and definitive recommendations are difficult to make.BOOTGMREGRESS is a bootstrap Model II procedure. It takes s bootstrap samples and standardize variables before the slope is computed. Each of the two variables is transformed to have a mean of zero and a standard deviation of one. The resulting slope is the geometric mean of the linear regression coefficient of Y on X. Ricker (1973) coined this term and gives an extensive review of Model II regression. It is also known as Bootstrap Standard Major Axis.[B,BINTR,BINTJM] = BOOTGMREGRESS(S,X,Y,ALPHA) returns the vector B of bootstrap regression coefficients in the linear Model II and a matrix BINT of the given confidence intervals for B by the Ricker (1973) [uses the Student t-distribution with n-2 df] and Jolicoeur and Mosimann (1968)-McArdle (1988) [uses the asymmetrical F distribution] procedure. The confidence intervals are based on the bias-correction method.Confidence intervals is a better way of describing variability when when dealing with non-normal distributions. A 95confidence interval contains the middle 95of the numbers in a list.Efron and Tibshirani (1993) suggest to do 100 iterations for determination of standard error and 1000 for confidence intervals are usually adequate.The herein Matlab bootstrap procedure is by first time developed using the statistical fundamentals given by Efron and Tibshirani (1993). Taking advantage of the bootstrp (Matlab Statistics Toolbox) and gmregress (http://www.mathworks.com/matlabcentral/fil...27918-gmregress)m-functions. Plotnick (1989) gives a broad review of this procedure and it is applied to the simple allometry equation transformed into a linear regression by log-transformation of the data.As well as Plotnick (1989) did, this Matlab procedure can be applied to other models relating to linear variables X-Y.BOOTGMREGRESS treats NaNs in X or Y as missing values, and removes them.Syntax: function [b,bintr,bintjm] = bootgmregress(s,x,y,c,alpha)Inputs:s - boot times or number of Bootstrap simulations (resamplings)x - independent variabley - dependent (response) variableg - graphical display option:histograms (1=not/2=yes) [default=1]l - bins [default=50]alpha - significance level (default=0.05)Outputs:b - bootstrap geometric mean regression parameters (intercept and slope)bintr - CI by the Ricker's procedurebintjm - CI by the Jolicoeur-Mosimann's procedureHistograms at your choice. You can modify it size by adjusting the margins or simply maximazing it.Alternatively, at your choice, you can call as an output:bootstat - bootstrap statistics of the covariance matrixbootsamp - index matrix of bootstrap samplesR - correlations by the bootstrap covariance matricesbs - pairs intercept-slope of each re-samlingbintrin - Ricker's intercepts confidence intervalbintrsl - Ricker's slopes confidence intervalbintjmin - Jolicoeur-Mosimann's intercepts confidence intervalbintjmsl - Jolicoeur-Mosimann's slopes confidence interval

Requirements: No special requirements
Platforms: Matlab
Keyword: Advantage Bootstrp Developed Gmregress Matlab Mfunctions Plotnick Statistics Toolbox
Users rating: 0/10

License: Shareware Size: 10 KB
USER REVIEWS
More Reviews or Write Review


BOOTGMREGRESS RELATED
Development Tools  -  New Statistics Tools in MATLAB(R) and the Statistics ToolboxTM 1.0
These are the M-files that accompany the webinar titled "New Statistics Tools in MATLAB and the Statistics Toolbox." View the recorded webinar here:http://www.mathworks.com/wbnr8328This webinar goes through 2 demos, described below:1) Analysis of...
20.48 KB  
Multimedia  -  simple box whiskers plot (for those who don't have the statistics toolbox) 1.0
* If you have the statistics toolbox, please don't use this one.* If you are not so lucky, come on and download it freely. This is a very simple version but better than none.* If you have time to implement more features, give me a copy!Features:1/...
10 KB  
Development Tools  -  Introduction to Statistics Toolbox - July 2007 Webinar Files 1.0
This ZIP file contains the presentation and demo files used in the July 12, 2007 Introduction to Statistics Toolbox Webinar.The Webinar introduces the MATLAB environment and showcases some of the newest features of the Statistics Toolboxd-OC?D?...
1.44 MB  
Development Tools  -  Two sample Cramer-von Mises hypothesis test 1.0
This was inspired by kstest2 from the matlab statistics toolbox.Works from medium to large sample sizes, look at the references in the code
10 KB  
Development Tools  -  Using Statistics to Analyze Uncertainty in System Models 1.0
Demo files from the 30 August 2007 Webinar - Reliability Analysis and Robust Design using MATLAB(R) Products"Webinar direct link: http://www.mathworks.com/wbnr14894You will need MATLAB and Statistics Toolbox, Optimization Toolbox, and Simulink to...
10 KB  
Development Tools  -  Bootstrap a statistic in a grouped sample 1.0
Function BSTRAG builds on an earlier FEX submission, BSTRAP - itself an extension of BOOTSTRP (Statistics Toolbox, v. 5-6) - by implementing 'groupwise' operation, wherein rows of x (,y,z,..) are split into several groups (having n1, n2, n3, .....
40.96 KB  
Printer Tools  -  Calibre - Print auditor 1.01
Calibre - Print Auditor Calibre - Print Auditor is complete software developed to manage and Prepare statistics of print jobs in an organization, it is extremely simple to use. It has versatile reporting system. It...
924 KB  
Communication  -  Video Surveillance Using MATLAB and Image Acquisition Toolbox 1.0
This demo shows a simple program on the video surveilance using MATLAB and some toolboxes.Features:1. Run in 2 modes --> Monitoring and Playback2. Users are allowed to change the threshold value and the snap counter for the decision on snapping...
143.36 KB  
Development Tools  -  Circular Statistics Toolbox (Directional Statistics) 1.0
Contributors:Marc Velasco, Tal KrasovskyReference:P. Berens, CircStat: A Matlab Toolbox for Circular Statistics, Journal of Statistical Software, Volume 31, Issue 10, 2009http://www.jstatsoft.org/v31/i10Please cite this paper when the provided...
40.96 KB  
Development Tools  -  Kernel smoothing density estimate for circular data 1.0
This is a companion to Matlab's Statistics toolbox ksdensity function and Philipp Berens' CircStat toolbox.The difference with Matlab's ksdensity function is that this function is adaped to circular data, such as wind orientation. Using Matlab's...
10 KB  
NEW DOWNLOADS IN SCRIPTS, DEVELOPMENT TOOLS
Scripts  -  Freelancer Script 5.05
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Post projects. Featured projects. Private projects. Sealed projects. Edit/delete projects. Select freelancers....
5.49 MB  
Scripts  -  B2B Script 4.20
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Sign-up Account (Registration of account). Lead generation tools (for the sellers). Email verification to...
5.49 MB  
Scripts  -  B2C Script 5.06
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). The script comes with totally editable site colors, icons and graphics Multilevel categories allows extensive browsing Admin can change Category ordering or...
5.49 MB  
Scripts  -  Social Networking Script 2.86
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Registration with name, email, password, date of birth etc. User can add multiple school, college, university with start...
5.49 MB  
Scripts  -  Business Networking Script 8.04
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Ajax based interface. Profile creation. Different types of profile. Profile for jobseekers, employers and employed...
5.49 MB  
Development Tools  -  Aml2CHM 3.50
Those who use the popular Aml Pages text editor might be looking out for a way of generating help files from their text and notes. Aml2CHM is a plug-in that was developed to offer people a quick and efficient way of converting Aml Pages documents...
549.99 KB  
Development Tools  -  VMP Viewer 1.0
This is a very rudimentary tool to visualize the VMP files generated by BrainVoyager. Useful to share files with people who do not have BV.
10 KB  
Development Tools  -  Sending reports and timestamped file by emailing 1.0
main executing reference usage:[1] usage_send_mail.mIllustrates email sending with multiple separate files or single timestamped tar file. Attachment failure is properly handled, with continuation of report emailing without the attachment.[2]...
768 KB  
Development Tools  -  IrisMVC 2.0 rc1
IrisMVC is an OOP PHP framework that developers can use as a strong and secure foundation to build on various web applications following the Model-View-Controller (MVC) pattern. It provides the basic functionality developers need, without...
51.2 KB  
Development Tools  -  7-Zip for Script 4.42
7-Zip is a file archiver with a high compression ratio.Features:- High compression ratio in new 7z format with LZMA compression- Supported formats:- Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR- Unpacking only: RAR, CAB, ISO, ARJ, LZH, CHM,...
624.64 KB