Re: [R] Attempting to confirm a program i wrote in C (normalize 2 datasets, transform into histogram, transform into CDF, perform KS test)

2013-01-28 Thread Tarskin
The C program takes 2 mzML files from which the binary strings (according to the X data and Y data is uncompressed/decoded), it then examines spectral (xy data) similiary and combines both datasets into a new one and finally after all similar spectra have been merged it writes it all back into 1 ne

[R] Attempting to confirm a program i wrote in C (normalize 2 datasets, transform into histogram, transform into CDF, perform KS test)

2013-01-26 Thread Tarskin
I have written a program in C that two xy datasets, aligns these 2 datasets based on shared features, transforms them into equal sized histograms, transforms the histograms into cumulative distribution functions (via GSL) and finally performs a KS_test. I am wanting to validate my program's result