This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gsl_ran_sample_matrix()


Joakim Hove writes:
 >  i have written a small function, gsl_ran_sample_matrix(), which is
 > very similar to gsl_ran_sample(), but samples an entire row of data
 > from the original matrix.
 >  When doing a bootstrap estimate of parameters I resample the
 > measurements randomly, but then of course it is important the whole
 > set of x,y,delta x and delta y values which belong together are
 > sample together.
 >  Would this be interesting to include in gsl??

Bootstrapping would be useful to have in GSL, but it should have a
generic API that can work with any object.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]