queso-0.57.1
|
A templated class that stores statistical options (optionally read from an input file) More...
#include <SequenceStatisticalOptions.h>
Public Member Functions | |
unsigned int | meanMonitorPeriod () const |
bool | bmmRun () const |
const std::vector< unsigned int > & | bmmLengths () const |
bool | bmmDisplay () const |
bool | bmmWrite () const |
bool | fftCompute () const |
unsigned int | fftParamId () const |
unsigned int | fftSize () const |
bool | fftTestInversion () const |
bool | fftWrite () const |
bool | psdCompute () const |
unsigned int | psdNumBlocks () const |
double | psdHopSizeRatio () const |
unsigned int | psdParamId () const |
bool | psdWrite () const |
bool | psdAtZeroCompute () const |
const std::vector< unsigned int > & | psdAtZeroNumBlocks () const |
double | psdAtZeroHopSizeRatio () const |
bool | psdAtZeroDisplay () const |
bool | psdAtZeroWrite () const |
bool | gewekeCompute () const |
double | gewekeNaRatio () const |
double | gewekeNbRatio () const |
bool | gewekeDisplay () const |
bool | gewekeWrite () const |
bool | meanStaccCompute () const |
bool | histCompute () const |
unsigned int | histNumInternalBins () const |
bool | cdfStaccCompute () const |
unsigned int | cdfStaccNumEvalPositions () const |
Constructor/Destructor methods | |
SequenceStatisticalOptions (const BaseEnvironment &env, const std::string &prefix) | |
Constructor: reads options from the input file. More... | |
SequenceStatisticalOptions (const BaseEnvironment &env, const std::string &prefix, const SsOptionsValues &alternativeOptionsValues) | |
Constructor: with alternative option values. More... | |
~SequenceStatisticalOptions () | |
Destructor. More... | |
Statistical methods | |
const std::vector< double > & | initialDiscardedPortions () const |
Finds the initially discarded portion of the chain. Access to private attribute m_initialDiscardedPortions. More... | |
bool | autoCorrComputeViaDef () const |
Compute autocorrelation via definition. Access to private attribute m_autoCorrComputeViaDef. More... | |
bool | autoCorrComputeViaFft () const |
Compute autocorrelation via FFT. Access to private attribute m_autoCorrComputeViaFft. More... | |
unsigned int | autoCorrSecondLag () const |
Returns the second lag of the autocorrelation. Access to private attribute m_autoCorrSecondLag. More... | |
unsigned int | autoCorrLagSpacing () const |
Returns the spacing of the autocorrelation. Access to private attribute m_autoCorrLagSpacing. More... | |
unsigned int | autoCorrNumLags () const |
Returns the number of lags of the autocorrelation. Access to private attribute m_autoCorrNumLags. More... | |
bool | autoCorrDisplay () const |
Displays autocorrelation. Access to private attribute m_autoCorrDisplay. More... | |
bool | autoCorrWrite () const |
Writes autocorrelation. Access to private attribute m_autoCorrWrite. More... | |
bool | kdeCompute () const |
Computes KDE. Access to private attribute m_kdeCompute. More... | |
unsigned int | kdeNumEvalPositions () const |
Returns number of evaluation positions for KDE. Access to private attribute m_kdeNumEvalPositions. More... | |
bool | covMatrixCompute () const |
Finds the covariance matrix. Access to private attribute m_covMatrixCompute. More... | |
bool | corrMatrixCompute () const |
Finds the correlation matrix. Access to private attribute m_corrMatrixCompute. More... | |
I/O method | |
void | print (std::ostream &os) const |
Prints the initial discarded portion of the chain; and, optionally, other attributes of the chain. More... | |
Public Attributes | |
Public attribute | |
SsOptionsValues | m_ov |
Private Member Functions | |
void | defineMyOptions (boost::program_options::options_description &optionsDesc) const |
Defines the options for the chain. More... | |
void | getMyOptionValues (boost::program_options::options_description &optionsDesc) |
Reads the chain options. More... | |
A templated class that stores statistical options (optionally read from an input file)
A templated class that stores statistical options for a sequence of vectors, e.g. a Markov chain, a Monte Carlo input sequence, or a Monte Carlo output sequence.
Definition at line 269 of file SequenceStatisticalOptions.h.
SequenceStatisticalOptions::SequenceStatisticalOptions | ( | const BaseEnvironment & | env, |
const std::string & | prefix | ||
) |
Constructor: reads options from the input file.
It assigns to the variables the identifying strings (prefixes) for a sequence of data (scalars; vectors) which had been read from an input file.
env | The QUESO environment |
prefix | Prefix for reading options from input file |
Definition at line 606 of file SequenceStatisticalOptions.C.
References defineMyOptions(), getMyOptionValues(), m_env, m_optionsDesc, m_prefix, and QUESO::queso_require_not_equal_to_msg.
SequenceStatisticalOptions::SequenceStatisticalOptions | ( | const BaseEnvironment & | env, |
const std::string & | prefix, | ||
const SsOptionsValues & | alternativeOptionsValues | ||
) |
Constructor: with alternative option values.
In this constructor, the input options are given by alternativeOptionsValues
, thus, they are not read from an input file.
env | The QUESO environment |
prefix | Prefix for reading options from input file |
Definition at line 688 of file SequenceStatisticalOptions.C.
References m_env, m_prefix, and QUESO::queso_require_equal_to_msg.
SequenceStatisticalOptions::~SequenceStatisticalOptions | ( | ) |
Destructor.
Definition at line 767 of file SequenceStatisticalOptions.C.
References m_optionsDesc.
bool SequenceStatisticalOptions::autoCorrComputeViaDef | ( | ) | const |
Compute autocorrelation via definition. Access to private attribute m_autoCorrComputeViaDef.
Definition at line 1307 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_autoCorrComputeViaDef, and m_ov.
bool SequenceStatisticalOptions::autoCorrComputeViaFft | ( | ) | const |
Compute autocorrelation via FFT. Access to private attribute m_autoCorrComputeViaFft.
Definition at line 1315 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_autoCorrComputeViaFft, and m_ov.
bool SequenceStatisticalOptions::autoCorrDisplay | ( | ) | const |
Displays autocorrelation. Access to private attribute m_autoCorrDisplay.
Definition at line 1347 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_autoCorrDisplay, and m_ov.
unsigned int SequenceStatisticalOptions::autoCorrLagSpacing | ( | ) | const |
Returns the spacing of the autocorrelation. Access to private attribute m_autoCorrLagSpacing.
Definition at line 1331 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_autoCorrLagSpacing, and m_ov.
unsigned int SequenceStatisticalOptions::autoCorrNumLags | ( | ) | const |
Returns the number of lags of the autocorrelation. Access to private attribute m_autoCorrNumLags.
Definition at line 1339 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_autoCorrNumLags, and m_ov.
unsigned int SequenceStatisticalOptions::autoCorrSecondLag | ( | ) | const |
Returns the second lag of the autocorrelation. Access to private attribute m_autoCorrSecondLag.
Definition at line 1323 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_autoCorrSecondLag, and m_ov.
bool SequenceStatisticalOptions::autoCorrWrite | ( | ) | const |
Writes autocorrelation. Access to private attribute m_autoCorrWrite.
Definition at line 1355 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_autoCorrWrite, and m_ov.
bool SequenceStatisticalOptions::bmmDisplay | ( | ) | const |
Definition at line 1091 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_bmmDisplay, and m_ov.
const std::vector< unsigned int > & SequenceStatisticalOptions::bmmLengths | ( | ) | const |
Definition at line 1083 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_bmmLengths, and m_ov.
bool SequenceStatisticalOptions::bmmRun | ( | ) | const |
Definition at line 1075 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_bmmRun, and m_ov.
bool SequenceStatisticalOptions::bmmWrite | ( | ) | const |
Definition at line 1099 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_bmmWrite, and m_ov.
bool SequenceStatisticalOptions::cdfStaccCompute | ( | ) | const |
Definition at line 1291 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_cdfStaccCompute, and m_ov.
unsigned int SequenceStatisticalOptions::cdfStaccNumEvalPositions | ( | ) | const |
Definition at line 1299 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_cdfStaccNumEvalPositions, and m_ov.
bool SequenceStatisticalOptions::corrMatrixCompute | ( | ) | const |
Finds the correlation matrix. Access to private attribute m_corrMatrixCompute.
Definition at line 1387 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_corrMatrixCompute, and m_ov.
bool SequenceStatisticalOptions::covMatrixCompute | ( | ) | const |
Finds the covariance matrix. Access to private attribute m_covMatrixCompute.
Definition at line 1379 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_covMatrixCompute, and m_ov.
|
private |
Defines the options for the chain.
Definition at line 775 of file SequenceStatisticalOptions.C.
References m_option_autoCorr_computeViaDef, m_option_autoCorr_computeViaFft, m_option_autoCorr_display, m_option_autoCorr_lagSpacing, m_option_autoCorr_numLags, m_option_autoCorr_secondLag, m_option_autoCorr_write, m_option_bmm_lengths, m_option_bmm_run, m_option_cdfStacc_compute, m_option_cdfStacc_numEvalPositions, m_option_corrMatrix_compute, m_option_covMatrix_compute, m_option_fft_compute, m_option_fft_paramId, m_option_fft_size, m_option_fft_testInversion, m_option_fft_write, m_option_geweke_compute, m_option_geweke_display, m_option_geweke_naRatio, m_option_geweke_nbRatio, m_option_geweke_write, m_option_help, m_option_hist_compute, m_option_hist_numInternalBins, m_option_initialDiscardedPortions, m_option_kde_compute, m_option_kde_numEvalPositions, m_option_mean_monitorPeriod, m_option_meanStacc_compute, m_option_psd_compute, m_option_psd_hopSizeRatio, m_option_psd_numBlocks, m_option_psd_paramId, m_option_psd_write, m_option_psdAtZero_compute, m_option_psdAtZero_display, m_option_psdAtZero_hopSizeRatio, m_option_psdAtZero_numBlocks, and m_option_psdAtZero_write.
Referenced by SequenceStatisticalOptions().
bool SequenceStatisticalOptions::fftCompute | ( | ) | const |
Definition at line 1107 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_fftCompute, and m_ov.
unsigned int SequenceStatisticalOptions::fftParamId | ( | ) | const |
Definition at line 1115 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_fftParamId, and m_ov.
unsigned int SequenceStatisticalOptions::fftSize | ( | ) | const |
Definition at line 1123 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_fftSize, and m_ov.
bool SequenceStatisticalOptions::fftTestInversion | ( | ) | const |
Definition at line 1131 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_fftTestInversion, and m_ov.
bool SequenceStatisticalOptions::fftWrite | ( | ) | const |
Definition at line 1139 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_fftWrite, and m_ov.
|
private |
Reads the chain options.
Definition at line 830 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_autoCorrComputeViaDef, SsOptionsValues::m_autoCorrComputeViaFft, SsOptionsValues::m_autoCorrDisplay, SsOptionsValues::m_autoCorrLagSpacing, SsOptionsValues::m_autoCorrNumLags, SsOptionsValues::m_autoCorrSecondLag, SsOptionsValues::m_autoCorrWrite, SsOptionsValues::m_bmmLengths, SsOptionsValues::m_bmmRun, SsOptionsValues::m_cdfStaccCompute, SsOptionsValues::m_cdfStaccNumEvalPositions, SsOptionsValues::m_corrMatrixCompute, SsOptionsValues::m_covMatrixCompute, m_env, SsOptionsValues::m_fftCompute, SsOptionsValues::m_fftParamId, SsOptionsValues::m_fftSize, SsOptionsValues::m_fftTestInversion, SsOptionsValues::m_fftWrite, SsOptionsValues::m_gewekeCompute, SsOptionsValues::m_gewekeDisplay, SsOptionsValues::m_gewekeNaRatio, SsOptionsValues::m_gewekeNbRatio, SsOptionsValues::m_gewekeWrite, SsOptionsValues::m_histCompute, SsOptionsValues::m_histNumInternalBins, SsOptionsValues::m_initialDiscardedPortions, SsOptionsValues::m_kdeCompute, SsOptionsValues::m_kdeNumEvalPositions, SsOptionsValues::m_meanMonitorPeriod, SsOptionsValues::m_meanStaccCompute, m_option_autoCorr_computeViaDef, m_option_autoCorr_computeViaFft, m_option_autoCorr_display, m_option_autoCorr_lagSpacing, m_option_autoCorr_numLags, m_option_autoCorr_secondLag, m_option_autoCorr_write, m_option_bmm_lengths, m_option_bmm_run, m_option_cdfStacc_compute, m_option_cdfStacc_numEvalPositions, m_option_corrMatrix_compute, m_option_covMatrix_compute, m_option_fft_compute, m_option_fft_paramId, m_option_fft_size, m_option_fft_testInversion, m_option_fft_write, m_option_geweke_compute, m_option_geweke_display, m_option_geweke_naRatio, m_option_geweke_nbRatio, m_option_geweke_write, m_option_help, m_option_hist_compute, m_option_hist_numInternalBins, m_option_initialDiscardedPortions, m_option_kde_compute, m_option_kde_numEvalPositions, m_option_mean_monitorPeriod, m_option_meanStacc_compute, m_option_psd_compute, m_option_psd_hopSizeRatio, m_option_psd_numBlocks, m_option_psd_paramId, m_option_psd_write, m_option_psdAtZero_compute, m_option_psdAtZero_display, m_option_psdAtZero_hopSizeRatio, m_option_psdAtZero_numBlocks, m_option_psdAtZero_write, m_ov, SsOptionsValues::m_psdAtZeroCompute, SsOptionsValues::m_psdAtZeroDisplay, SsOptionsValues::m_psdAtZeroHopSizeRatio, SsOptionsValues::m_psdAtZeroNumBlocks, SsOptionsValues::m_psdAtZeroWrite, SsOptionsValues::m_psdCompute, SsOptionsValues::m_psdHopSizeRatio, SsOptionsValues::m_psdNumBlocks, SsOptionsValues::m_psdParamId, SsOptionsValues::m_psdWrite, and QUESO::MiscReadDoublesFromString().
Referenced by SequenceStatisticalOptions().
bool SequenceStatisticalOptions::gewekeCompute | ( | ) | const |
Definition at line 1227 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_gewekeCompute, and m_ov.
bool SequenceStatisticalOptions::gewekeDisplay | ( | ) | const |
Definition at line 1251 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_gewekeDisplay, and m_ov.
double SequenceStatisticalOptions::gewekeNaRatio | ( | ) | const |
Definition at line 1235 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_gewekeNaRatio, and m_ov.
double SequenceStatisticalOptions::gewekeNbRatio | ( | ) | const |
Definition at line 1243 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_gewekeNbRatio, and m_ov.
bool SequenceStatisticalOptions::gewekeWrite | ( | ) | const |
Definition at line 1259 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_gewekeWrite, and m_ov.
bool SequenceStatisticalOptions::histCompute | ( | ) | const |
Definition at line 1275 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_histCompute, and m_ov.
unsigned int SequenceStatisticalOptions::histNumInternalBins | ( | ) | const |
Definition at line 1283 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_histNumInternalBins, and m_ov.
const std::vector< double > & SequenceStatisticalOptions::initialDiscardedPortions | ( | ) | const |
Finds the initially discarded portion of the chain. Access to private attribute m_initialDiscardedPortions.
Definition at line 1058 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_initialDiscardedPortions, and m_ov.
bool SequenceStatisticalOptions::kdeCompute | ( | ) | const |
Computes KDE. Access to private attribute m_kdeCompute.
Definition at line 1363 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_kdeCompute, and m_ov.
unsigned int SequenceStatisticalOptions::kdeNumEvalPositions | ( | ) | const |
Returns number of evaluation positions for KDE. Access to private attribute m_kdeNumEvalPositions.
Definition at line 1371 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_kdeNumEvalPositions, and m_ov.
unsigned int SequenceStatisticalOptions::meanMonitorPeriod | ( | ) | const |
Definition at line 1067 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_meanMonitorPeriod, and m_ov.
bool SequenceStatisticalOptions::meanStaccCompute | ( | ) | const |
Definition at line 1267 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_meanStaccCompute, and m_ov.
void SequenceStatisticalOptions::print | ( | std::ostream & | os | ) | const |
Prints the initial discarded portion of the chain; and, optionally, other attributes of the chain.
Definition at line 1395 of file SequenceStatisticalOptions.C.
References SsOptionsValues::m_autoCorrComputeViaDef, SsOptionsValues::m_autoCorrComputeViaFft, SsOptionsValues::m_autoCorrDisplay, SsOptionsValues::m_autoCorrLagSpacing, SsOptionsValues::m_autoCorrNumLags, SsOptionsValues::m_autoCorrSecondLag, SsOptionsValues::m_autoCorrWrite, SsOptionsValues::m_bmmLengths, SsOptionsValues::m_bmmRun, SsOptionsValues::m_cdfStaccCompute, SsOptionsValues::m_cdfStaccNumEvalPositions, SsOptionsValues::m_corrMatrixCompute, SsOptionsValues::m_covMatrixCompute, SsOptionsValues::m_fftCompute, SsOptionsValues::m_fftParamId, SsOptionsValues::m_fftSize, SsOptionsValues::m_fftTestInversion, SsOptionsValues::m_fftWrite, SsOptionsValues::m_gewekeCompute, SsOptionsValues::m_gewekeDisplay, SsOptionsValues::m_gewekeNaRatio, SsOptionsValues::m_gewekeNbRatio, SsOptionsValues::m_gewekeWrite, SsOptionsValues::m_histCompute, SsOptionsValues::m_histNumInternalBins, SsOptionsValues::m_initialDiscardedPortions, SsOptionsValues::m_kdeCompute, SsOptionsValues::m_kdeNumEvalPositions, SsOptionsValues::m_meanMonitorPeriod, SsOptionsValues::m_meanStaccCompute, m_option_autoCorr_computeViaDef, m_option_autoCorr_computeViaFft, m_option_autoCorr_display, m_option_autoCorr_lagSpacing, m_option_autoCorr_numLags, m_option_autoCorr_secondLag, m_option_autoCorr_write, m_option_bmm_lengths, m_option_bmm_run, m_option_cdfStacc_compute, m_option_cdfStacc_numEvalPositions, m_option_corrMatrix_compute, m_option_covMatrix_compute, m_option_fft_compute, m_option_fft_paramId, m_option_fft_size, m_option_fft_testInversion, m_option_fft_write, m_option_geweke_compute, m_option_geweke_display, m_option_geweke_naRatio, m_option_geweke_nbRatio, m_option_geweke_write, m_option_hist_compute, m_option_hist_numInternalBins, m_option_initialDiscardedPortions, m_option_kde_compute, m_option_kde_numEvalPositions, m_option_mean_monitorPeriod, m_option_meanStacc_compute, m_option_psd_compute, m_option_psd_hopSizeRatio, m_option_psd_numBlocks, m_option_psd_paramId, m_option_psd_write, m_option_psdAtZero_compute, m_option_psdAtZero_display, m_option_psdAtZero_hopSizeRatio, m_option_psdAtZero_numBlocks, m_option_psdAtZero_write, m_ov, SsOptionsValues::m_psdAtZeroCompute, SsOptionsValues::m_psdAtZeroDisplay, SsOptionsValues::m_psdAtZeroHopSizeRatio, SsOptionsValues::m_psdAtZeroNumBlocks, SsOptionsValues::m_psdAtZeroWrite, SsOptionsValues::m_psdCompute, SsOptionsValues::m_psdHopSizeRatio, SsOptionsValues::m_psdNumBlocks, SsOptionsValues::m_psdParamId, and SsOptionsValues::m_psdWrite.
Referenced by QUESO::operator<<().
bool SequenceStatisticalOptions::psdAtZeroCompute | ( | ) | const |
Definition at line 1187 of file SequenceStatisticalOptions.C.
References m_ov, and SsOptionsValues::m_psdAtZeroCompute.
bool SequenceStatisticalOptions::psdAtZeroDisplay | ( | ) | const |
Definition at line 1211 of file SequenceStatisticalOptions.C.
References m_ov, and SsOptionsValues::m_psdAtZeroDisplay.
double SequenceStatisticalOptions::psdAtZeroHopSizeRatio | ( | ) | const |
Definition at line 1203 of file SequenceStatisticalOptions.C.
References m_ov, and SsOptionsValues::m_psdAtZeroHopSizeRatio.
const std::vector< unsigned int > & SequenceStatisticalOptions::psdAtZeroNumBlocks | ( | ) | const |
Definition at line 1195 of file SequenceStatisticalOptions.C.
References m_ov, and SsOptionsValues::m_psdAtZeroNumBlocks.
bool SequenceStatisticalOptions::psdAtZeroWrite | ( | ) | const |
Definition at line 1219 of file SequenceStatisticalOptions.C.
References m_ov, and SsOptionsValues::m_psdAtZeroWrite.
bool SequenceStatisticalOptions::psdCompute | ( | ) | const |
Definition at line 1147 of file SequenceStatisticalOptions.C.
References m_ov, and SsOptionsValues::m_psdCompute.
double SequenceStatisticalOptions::psdHopSizeRatio | ( | ) | const |
Definition at line 1163 of file SequenceStatisticalOptions.C.
References m_ov, and SsOptionsValues::m_psdHopSizeRatio.
unsigned int SequenceStatisticalOptions::psdNumBlocks | ( | ) | const |
Definition at line 1155 of file SequenceStatisticalOptions.C.
References m_ov, and SsOptionsValues::m_psdNumBlocks.
unsigned int SequenceStatisticalOptions::psdParamId | ( | ) | const |
Definition at line 1171 of file SequenceStatisticalOptions.C.
References m_ov, and SsOptionsValues::m_psdParamId.
bool SequenceStatisticalOptions::psdWrite | ( | ) | const |
Definition at line 1179 of file SequenceStatisticalOptions.C.
References m_ov, and SsOptionsValues::m_psdWrite.
|
private |
Definition at line 391 of file SequenceStatisticalOptions.h.
Referenced by getMyOptionValues(), and SequenceStatisticalOptions().
|
private |
Definition at line 397 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 398 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 402 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 400 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 401 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 399 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 403 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 413 of file SequenceStatisticalOptions.h.
|
private |
Definition at line 412 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 411 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 414 of file SequenceStatisticalOptions.h.
|
private |
Definition at line 438 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 439 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 407 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 406 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 415 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 416 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 417 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 418 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 419 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 430 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 433 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 431 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 432 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 434 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 394 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), and getMyOptionValues().
|
private |
Definition at line 436 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 437 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 395 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 404 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 405 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 410 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 435 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 420 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 422 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 421 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 423 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 424 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 425 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 428 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 427 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 426 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 429 of file SequenceStatisticalOptions.h.
Referenced by defineMyOptions(), getMyOptionValues(), and print().
|
private |
Definition at line 392 of file SequenceStatisticalOptions.h.
Referenced by SequenceStatisticalOptions(), and ~SequenceStatisticalOptions().
SsOptionsValues SequenceStatisticalOptions::m_ov |
Definition at line 338 of file SequenceStatisticalOptions.h.
Referenced by autoCorrComputeViaDef(), autoCorrComputeViaFft(), autoCorrDisplay(), autoCorrLagSpacing(), autoCorrNumLags(), autoCorrSecondLag(), autoCorrWrite(), bmmDisplay(), bmmLengths(), bmmRun(), bmmWrite(), cdfStaccCompute(), cdfStaccNumEvalPositions(), QUESO::BaseVectorSequence< V, M >::computeAutoCorrViaDef(), QUESO::BaseVectorSequence< V, M >::computeAutoCorrViaFFT(), QUESO::BaseVectorSequence< V, M >::computeBMM(), QUESO::BaseVectorSequence< V, M >::computeCovCorrMatrices(), QUESO::BaseVectorSequence< V, M >::computeFFT(), QUESO::BaseVectorSequence< V, M >::computeGeweke(), QUESO::BaseVectorSequence< V, M >::computeHistCdfstaccKde(), QUESO::BaseVectorSequence< V, M >::computeMeanEvolution(), QUESO::BaseVectorSequence< V, M >::computeMeanStacc(), QUESO::BaseVectorSequence< V, M >::computeMeanVars(), QUESO::BaseVectorSequence< V, M >::computePSD(), QUESO::BaseVectorSequence< V, M >::computePSDAtZero(), QUESO::BaseVectorSequence< V, M >::computeStatistics(), corrMatrixCompute(), covMatrixCompute(), fftCompute(), fftParamId(), fftSize(), fftTestInversion(), fftWrite(), getMyOptionValues(), gewekeCompute(), gewekeDisplay(), gewekeNaRatio(), gewekeNbRatio(), gewekeWrite(), histCompute(), histNumInternalBins(), initialDiscardedPortions(), kdeCompute(), kdeNumEvalPositions(), meanMonitorPeriod(), meanStaccCompute(), print(), psdAtZeroCompute(), psdAtZeroDisplay(), psdAtZeroHopSizeRatio(), psdAtZeroNumBlocks(), psdAtZeroWrite(), psdCompute(), psdHopSizeRatio(), psdNumBlocks(), psdParamId(), and psdWrite().
|
private |
Definition at line 390 of file SequenceStatisticalOptions.h.
Referenced by SequenceStatisticalOptions().