Database
bootstp.asc
Associated article: Signal Analysis via the Bootstrap
Tags: Database Tools
_SIGNAL ANALYSIS VIA THE BOOTSTRAP_
by Gary McGrath
[LISTING ONE]
#include<stdio.h>
#include<math.h>
#include<stdlib.h>
#define NumOfGrades 20
#define NumOfBins 20
#define TestMedian 50
#define TGA {45,67,73,27,44,96,49,38,51,63,11,87,67,46,76,57,53,61,57,64}
#define nBSLoops 1000000
main()
{
int i, j, index, ...


