Statistics & Probability scripts - Top 4 Download

Statistics & Probability script downloads

Binomial Test

It can perform a one or two sided test.The script outputs the probability of observing the resulting value of "s" or "a" value, given "n" total outcomes with a probability of success of "p". Requirements: · MATLAB 7.8 or higher · MATLAB Statistics Toolbox ...
Matlab

Heteroskedasticity Test

Heteroskedasticity is a sequence of random variables, that could affect statistical data if they have large variances.It will need and use the 'regstats' and 'chi2cdf' functions from the Statistics Toolbox. Requirements: · MATLAB 7.7 or higher · MATLAB's Statistics Toolbox ...
Matlab

CDF for Tracy Widom Distribution of Gaussian Unitary Ensemble

The file contains a 2 x 495 matrix that can be read using the MatLab "csvread" command. Requirements: · MATLAB 7.8 or higher ...
Matlab

corrcof

CORRCOF computes correlation matrix of observation datas from cofactor matrix of residuals .Qvv=corrcof(A,P) INPUTS :Design Matrix (A) and Weight Matrix of observations(P).OUTPUT: The Correlation Matrix (RO) Requirements: · MATLAB Release: R13 ...
Matlab

MLE for two Normal Mixtures using EM algorithm

On line graphical presentation of parameter estimation of mixtures of two Normals defined by a Bernouli trial. Requirements: · MATLAB Release: R13 ...
Matlab