GPLIB++
|
#include <iostream>
#include <fstream>
#include "MTStation.h"
#include "MTSampleGenerator.h"
#include "Jacknife.h"
#include <boost/function.hpp>
#include "Util.h"
Go to the source code of this file.
Functions | |
void | WriteParameterToFile (const MTStation &Data, const string &filename, boost::function< double(const MTTensor *)> f) |
This helper function calculates the errors for a single parameter and writes the values to a file in ascii format. More... | |
int | main (int argc, char *argv[]) |
Calculate various dimensionality indicators for MT data and their errors and write them to a file
Definition in file printmu.cpp.