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

MyBarnard 1.0

  Date Added: March 28, 2013  |  Visits: 342

MyBarnard

Report Broken Link
Printer Friendly Version


Product Homepage
Download (41 downloads)



There are two fundamentally different exact tests for comparing the equality of two binomial probabilities d-deOCt Fisherd-deOaos exact test (Fisher, 1925), and Barnardd-deOaos exact test (Barnard, 1945). Fisherd-deOaos exact test (Fisher, 1925) is the more popular of the two. In fact, Fisher was bitterly critical of Barnardd-deOaos proposal for esoteric reasons that we will not go into here. For 2 doOCo 2 tables, Barnardd-deOaos test is more powerful than Fisherd-deOaos, as Barnard noted in his 1945 paper, much to Fisherd-deOaos chagrin (see C.R. Mehta and P. Senchaudhuri: Conditional versus unconditional exact tests for comparing two binomials. www.cytel.com/papers/twobinomials.pdf). Anyway, perhaps due to its computational difficulty the Barnard's is not widely used. This function is completely vectorized and without for...end loops, and so, the computation is very fast. In FEX there is only one other function that computes the Barnard's exact test by Antonio Trujillo-Ortiz.Using this matrix x=[7 12; 8 3]; switching off the input error checks and display results sections in both functions; the performs are:L=1000; times=zeros(1,L); for I=1:L, tic; mybarnard(x); times(I)=toc; end, median(times)ans = 0.0028L=1000; times=zeros(1,L); for I=1:L, tic; Barnardextest(7,12,8,3); times(I)=toc; end, median(times)ans = 1.2478So my function is about 450 times faster.

Requirements: No special requirements
Platforms: Matlab
Keyword: Antonio Computes Error Input Matrix Switching Trujilloortiz
Users rating: 0/10

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


MYBARNARD RELATED
Communication  -  normColumns.m 1.0
Data stored column-wise in an input matrix are normalized as time series, with options to output just the normalized data, or the norm of each column as well. Fast, uses no loops.
10 KB  
Development Tools  -  Full Rank Factorization 1.0
FRD - Full rank factorization of input matrix X.This will write X as the product of two matrices X = KL where both K and L have the same rank as X.
10 KB  
Development Tools  -  Radially averaged power spectrum of 2D real-valued matrix 1.0
The radially averaged power spectrum (RAPS) is the direction-independent mean spectrum, i.e. the average of all possible directional power spectra. The radially averaged power spectrum provides a convenient means to view and compare information...
10 KB  
Communication  -  Circular Cross Correlation of the Columns of an Array - circ xcorr 1.0
The program takes the columns of an input matrix and calculates the auto and cross correlation of these columns using an fft method. The result is very similar to the xcorr function. This method could be used to evaluate the cross correlation of...
10 KB  
Development Tools  -  Matrix Convolution with Sub-Pixel Resolution 1.0
Tristan UrsellSub-pixel Resolved 2D ConvolutionMarch 2012 matout=matoverlay(mat1,mat2,x,y); This function takes an input matrix mat1 and creates an image of thematrix mat2 at the position (x,y) in mat1. If (x,y) are floats, then theimage is a...
10 KB  
Development Tools  -  Dominant Diagonal 1.0
The input matrix is tested in order to know of its diagonal is dominant.
10 KB  
Development Tools  -  Geodetic Toolbox 1.0
A collection of geodetic functions that solve a variety of problems in geodesy. Supports a wide range of common and user-defined reference ellipsoids. Most functions are vectorized. Functions include:Angle Conversions deg2rad - Degrees to radians...
40.96 KB  
Communication  -  sortwvfrms 1.0
Sorts input matrix of data so that each column is re-ordered byuser-specified criteria. Options are (1) sort data by signal width (2)sort data by energy localization (3) sort data by dissimilarity ofdata to a normal probability distribution. The...
10 KB  
Development Tools  -  Julian Date to Greenwich Mean Sidereal Time 1.0
Convert a specified Julian Date Vector to Greenwich Mean Sidereal Time (GMST). The expected input matrix may contain multiple dimensions. The output matrix will be in the same size as the input matrix. Warning: Use caution when using GMST as a...
10 KB  
Development Tools  -  DCM from Euler angles 1.0
Computes Direction Cosine Matrix from Euler angles (in radians) for six basic sequence of rotations around X(Roll),Y(Pitch) and Z(Yaw) axis.Allowed rotations sequences:xyz, xzy, yxz, yzx, zxy, zyxORrpy, ryp, pry, pyr, yrp,...
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