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.412.651 Times

Correlation Percentiles 1.0

  Date Added: July 08, 2013  |  Visits: 422

Correlation Percentiles

Report Broken Link
Printer Friendly Version


Product Homepage
Download (40 downloads)



CORRPERC performs a bootstrap (of size equal to n_iters) on correlation matrices of input variable Y and computes the percentiles corrsperc (according to input perc) of each correlation. The function also provides the standard deviation corrstd for each correlation.[corrsperc, corrstd] = corrperc(Y, perc, n_iters) returns a matrix of size (N * (N - 1) / 2)-by-length(perc). See below for further details.[corrsperc, corrstd] = corrperc(Y, perc, n_iters, 1) returns a matrix of size N-by-N-by-length(perc)*******************************************************************WHY I NEEDED THIS FUNCTIONWhen the number of columns in variable Y is big and the number of iterations n_iters for the bootstrap is high, then in general percentiles can't be computed at once. In fact, on most machines, the RAM memory won't be enough.For example, let's assume we have a 1000-by-500 matrix Y and we desire to perform a bootstrap based on 5000 iterations. Then we have 500 * (500 - 1) / 2 = 124750 correlationsSo, if percentiles had to be computed at once we would need a matrix of size 124750-by-5000 and from this matrix we would be able to extract the desired percentiles. But my machine can't do that! The RAM is not enough. The amount of required memory is far too much.Then my idea was to compute percentiles for 10000 correlations at a time or so (if you desire to change this parameter you can do so from within the code, by changing the parameter named corrs_per_step). Then I need matrices of size 10000-by-5000 and repeat the computation 13 times ( ---> ceil(124750 / 10000)).It's slow and not elegant at all, but it works.*******************************************************************INPUTS Input Y is a matrix m-by-n where m is the number of observations and n is the number of variables Input perc is a vector of real numbers in the [0, 100] interval: 0 corresponds to the minimum; 100 corresponds to the maximum; 50 corresponds to the median; 25 and 75 are the first and third quartiles; 10 is the tenth percentile and so on; [1, 99] corresponds to a 98% Centered Confidence Interval. Input n_iters is the number of correlation matrices which will be generated in order to compute the percentiles desired. The higher the number of iterations the higher the precision for the estimation of the percentiles. A good - and possibly slow - choice is --> n_iters = 1000; Input matrix3D is a logical variable: if it is 1, then output corrsperc is stored in a 3D matrix and output corrstd is stored in a 2D matrix; otherwise corrsperc is stored in a 2D matrix and output corrstd is stored in a vector.OUTPUTS Output corrsperc is an N-by-N-by-length(perc) matrix, if matrix3D is 1. Otherwise, it is a (n * (n - 1) / 2)-by-length(perc) matrix. In the latter case, correlations are selected from the rows of the upper triangle of the n-by-n correlation matrix. For example, if the correlation matrix is a 9-by-9 matrix: a12, a13, a14, a15, a16, a17, a18, a19 a23, a24, a25, a26, a27, a28, a29 a34, a35, a36, a37, a38, a39 a45, a46, a47, a48, a49 a56, a57, a58, a59 a67, a68, a69 a78, a79 a89 then elements will be chosen in the following order: a12, a13, a14, a15, a16, a17, a18, a19, a23, a24, a25, a26, a27, a28, a29, a34, a35, a36, a37, a38, a39, a45, a46, a47, a48, a49, a56, a57, a58, a59, a67, a68, a69, a78, a79, a89 and will be disposed over the columns of corrsperc. Each column represents correlation percentiles according to perc. Output corrstd is an estimate of the standard deviation regarding each correlation. The estimate is the more accurate the higher the value of n_iters and the lower the value of corrs_per_step. If matrix3D is 1, corrstd is a N-by-N symmetric matrix; otherwise corrstd is a vector of length (N * (N - 1) / 2).*******************************************************************% ExampleT = 1000;N = 100;Y = cumsum(randn(T, N));perc = [0:100];n_iters = 250;[corrsperc, corrstd] = corrperc(Y, perc, n_iters);% Look at this: 96% Centered Confidence Intervals are approximately% four times the standard deviations. Cool!plot((corrsperc(:, 99) - corrsperc(:, 3)) / 2, 2 * corrstd, '.')

Requirements: No special requirements
Platforms: Matlab
Keyword: Centered Confidence Estimation Interval Percentile Quartiles Tenth
Users rating: 0/10

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


CORRELATION PERCENTILES RELATED
Development Tools  -  ToleranceFactor 1.0
ToleranceFactor computes the exact tolerance factor k for the two-sided (optionally also for the one-sided) p-content and gamma-confidence tolerance interval TI = [Xmean - k * S, Xmean + k * S],where Xmean = mean(X), S = std(X), X = [X_1,...,X_n]...
10 KB  
Development Tools  -  Kreyszig confidence 1.0
This file provides an implementation of (binomial) confidence interval calculation/estimation according to Kreyszig, 1975.
10 KB  
Development Tools  -  Laser Dot Isolation 1.0
This file provides an implementation of (binomial) confidence interval calculation/estimation according to Kreyszig, 1975.
10 KB  
Flash  -  Confidence Region Radius 1.0
R = CRR(S) computes the radius of the mean-centered interval, circle, or sphere with 95% probability given S, which is either a vector of standard deviations or a covariance matrix from a multivariate normal distribution. If S is a real,...
61.44 KB  
Libraries  -  Statistics::PointEstimation 1.1.0
Statistics::PointEstimation is a Perl module for computing confidence intervals in parameter estimation with Students T distribution. Statistics::PointEstimation::Sufficient - Perl module for computing the confidence intervals using sufficient...
6.14 KB  
Development Tools  -  bbcorrdiff: Bootstrap statistics for the difference of correlation coefficients 1.0
This function computes a double block bootstrap percentile confidence interval and a bootstrap standard error for the difference of two z-transformed Pearson correlation coefficients. The z-statistic is defined as Zd = z1-z2 = atanh(r1)-atanh(r2),...
10 KB  
Libraries  -  Number::Interval 0.01
Number::Interval is a Perl module that can implement a representation of a numeric interval. SYNOPSIS use Number::Interval; $i = new Number::Interval( Min => -4, Max => 20); $i = new Number::Interval( Min => 0 ); $is = $i->contains(...
6.14 KB  
Mathematics  -  EASY-FIT Express 1.0
The software system solves constrained nonlinear parameter estimation problems. Synonyms are data fitting, nonlinear regression, parameter identification, curve and surface fitting. A statistical analysis provides confidence intervals,...
63.6 MB  
Graphics Editors  -  MSU Motion Estimation VirtualDub plugin 1.0
The filter performs multiframe and singleframe motion estimation and compensation in a video stream. It allows to show macroblocks' partition, motion vectors and the accuracy of motion vectors as well. The performance of the filter can be...
143.36 KB  
Home & Leisure  -  High Intensity Interval Training Coach for Mac OS 1.0
This small application plays the role of a virtual coach as it assists the user in high intensity interval training Main Features: - User maintained database of exercises - Custom timed workouts - Custom workout soundtracks via iTunes...
501.76 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