Bootstrap.C File Reference

Implementation of resampling data points based on their known error. Can do both sample based and parametric (group) based sigmas. More...

#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
#include <iostream>
#include <iomanip>
#include <fstream>
#include "Bootstrap.H"
#include "debug.H"

Namespaces

namespace  std

Functions

void Print (const SVec &sv)
 Print out the values in a 6 or 7 value s diagonal matrix w/ or without sigma.
size_t BootstrapParametricSample (const vector< SVec > &s, const vector< float > &sigmas, SVec &newSample, gsl_rng *r)
size_t BootstrapParametricSite (const vector< SVec > &s, const float sigma, SVec &newSample, gsl_rng *r)

Variables

static const UNUSED char * RCSid = "@(#) $Id: Bootstrap.C,v 1.12 2004/11/03 00:29:22 schwehr Exp $"
 Let the debugger find out which version is being used.


Detailed Description

Implementation of resampling data points based on their known error. Can do both sample based and parametric (group) based sigmas.


Function Documentation

size_t BootstrapParametricSample const vector< SVec > &  s,
const vector< float > &  sigmas,
SVec newSample,
gsl_rng *  r
 

size_t BootstrapParametricSite const vector< SVec > &  s,
const float  sigma,
SVec newSample,
gsl_rng *  r
 

void Print const SVec sv  ) 
 

Print out the values in a 6 or 7 value s diagonal matrix w/ or without sigma.

Parameters:
sv really a vector<float>


Variable Documentation

const UNUSED char* RCSid = "@(#) $Id: Bootstrap.C,v 1.12 2004/11/03 00:29:22 schwehr Exp $" [static]
 

Let the debugger find out which version is being used.


Generated on Thu Mar 2 17:55:25 2006 for density by  doxygen 1.4.6