.codecov.yml
.gitignore
.travis.yml
COPYING
COPYING.LESSER
LICENSE.txt
README.md
requirements.txt
setup.py
bet/Comm.py
bet/__init__.py
bet/sample.py
bet/surrogates.py
bet/util.py
bet.egg-info/PKG-INFO
bet.egg-info/SOURCES.txt
bet.egg-info/dependency_links.txt
bet.egg-info/requires.txt
bet.egg-info/top_level.txt
bet/calculateP/__init__.py
bet/calculateP/calculateError.py
bet/calculateP/calculateP.py
bet/calculateP/calculateR.py
bet/calculateP/simpleFunP.py
bet/postProcess/__init__.py
bet/postProcess/compareP.py
bet/postProcess/plotDomains.py
bet/postProcess/plotP.py
bet/postProcess/plotVoronoi.py
bet/postProcess/postTools.py
bet/sampling/LpGeneralizedSamples.py
bet/sampling/__init__.py
bet/sampling/basicSampling.py
bet/sampling/useLUQ.py
bet/sensitivity/__init__.py
bet/sensitivity/chooseQoIs.py
bet/sensitivity/gradients.py
doc/Makefile
doc/bet.calculateP.rst
doc/bet.postProcess.rst
doc/bet.rst
doc/bet.sampling.rst
doc/bet.sensitivity.rst
doc/conf.py
doc/examples_overview.rst
doc/index.rst
doc/make.bat
doc/modules.rst
doc/overview.rst
doc/parallel.rst
doc/todo_list.rst
doc/examples/examples_overview.rst
doc/examples/example_rst_files/FEniCS.rst
doc/examples/example_rst_files/FEniCSMultipleSerial.rst
doc/examples/example_rst_files/Q_1D.rst
doc/examples/example_rst_files/Q_2D.rst
doc/examples/example_rst_files/Q_3D.rst
doc/examples/example_rst_files/chooseOptQoIs_2d.rst
doc/examples/example_rst_files/contaminantTransport.rst
doc/examples/example_rst_files/domains2D.rst
doc/examples/example_rst_files/domains3D.rst
doc/examples/example_rst_files/linearMapUniformSampling.rst
doc/examples/example_rst_files/linear_measure_binratio.rst
doc/examples/example_rst_files/linear_measure_binsize_large.rst
doc/examples/example_rst_files/linear_volume_binratio.rst
doc/examples/example_rst_files/nonlinearMapUniformSampling.rst
doc/examples/example_rst_files/validation.rst
examples/bet_features/compare/BET_comparison_rv.py
examples/bet_features/compare/BET_comparison_voronoi.py
examples/bet_features/compare/helpers.py
examples/bet_features/optimal_experimental_design/heatplate/BET_chooseOptQoIs_2d.py
examples/bet_features/optimal_experimental_design/heatplate/heatplate_2d_16clustersCFD_1000qoi.mat
examples/bet_features/optimal_experimental_design/heatplate/heatplate_2d_16clustersFFD_1000qoi.mat
examples/bet_features/optimal_experimental_design/heatplate/heatplate_2d_16clustersRBF_1000qoi.mat
examples/bet_features/optimal_experimental_design/linear/BET_linear_measure_binratio.py
examples/bet_features/optimal_experimental_design/linear/BET_linear_measure_binsize_large.py
examples/bet_features/optimal_experimental_design/linear/BET_linear_skewness_binratio.py
examples/density_methods/linearMap/BET_linearMap.py
examples/density_methods/linearMap/myModel.py
examples/density_methods/nonlinearMap/BET_nonlinearMap.py
examples/density_methods/nonlinearMap/myModel.py
examples/density_methods/useLUQ/BET_selkov.py
examples/measure_methods/FEniCS/BET_multiple_serial_models_script.py
examples/measure_methods/FEniCS/BET_script.py
examples/measure_methods/FEniCS/Compute_Save_KL.py
examples/measure_methods/FEniCS/Lshaped.xml
examples/measure_methods/FEniCS/lbModel.py
examples/measure_methods/FEniCS/meshDS.py
examples/measure_methods/FEniCS/myModel.py
examples/measure_methods/FEniCS/myModel_serial.py
examples/measure_methods/FEniCS/poissonRandField.py
examples/measure_methods/FEniCS/projectKL.py
examples/measure_methods/contaminantTransport/BET_contaminant.py
examples/measure_methods/contaminantTransport/files/Q_ref.txt.gz
examples/measure_methods/contaminantTransport/files/data.txt.gz
examples/measure_methods/contaminantTransport/files/lam_domain.txt.gz
examples/measure_methods/contaminantTransport/files/lam_ref.txt.gz
examples/measure_methods/contaminantTransport/files/samples.txt.gz
examples/measure_methods/fromFile_ADCIRCMap/BET_Q_1D.py
examples/measure_methods/fromFile_ADCIRCMap/BET_Q_2D.py
examples/measure_methods/fromFile_ADCIRCMap/BET_Q_3D.py
examples/measure_methods/fromFile_ADCIRCMap/BET_plotDomains2D.py
examples/measure_methods/fromFile_ADCIRCMap/BET_plotDomains3D.py
examples/measure_methods/fromFile_ADCIRCMap/Q_2D.mat
examples/measure_methods/fromFile_ADCIRCMap/Q_3D.mat
examples/measure_methods/linearMap/BET_linearMap.py
examples/measure_methods/linearMap/myModel.py
examples/measure_methods/nonlinearMap/BET_nonlinearMap.py
examples/measure_methods/nonlinearMap/myModel.py
examples/measure_methods/nonlinearMap_estimate_error/BET_nonlinearMap.py
examples/measure_methods/nonlinearMap_estimate_error/lbModel.py
examples/measure_methods/validationExample/BET_linearMap.py
examples/measure_methods/validationExample/myModel.py
test/__init__.py
test/problem_setups.py
test/test_Comm.py
test/test_sample.py
test/test_surrogates.py
test/test_util.py
test/test_calculateP/__init__.py
test/test_calculateP/test_calculateError.py
test/test_calculateP/test_calculateP.py
test/test_calculateP/test_calculateR.py
test/test_calculateP/test_simpleFunP.py
test/test_calculateP/datafiles/3to1_prob.txt.gz
test/test_calculateP/datafiles/3to1_prob_emulated.txt.gz
test/test_calculateP/datafiles/3to1_prob_mc.txt.gz
test/test_calculateP/datafiles/3to2_data.txt.gz
test/test_calculateP/datafiles/3to2_prob.txt.gz
test/test_calculateP/datafiles/3to2_prob_emulated.txt.gz
test/test_calculateP/datafiles/3to2_prob_mc.txt.gz
test/test_calculateP/datafiles/3to2_samples.txt.gz
test/test_postProcess/__init__.py
test/test_postProcess/test_compareP.py
test/test_postProcess/test_plotDomains.py
test/test_postProcess/test_plotP.py
test/test_postProcess/test_plotVoronoi.py
test/test_postProcess/test_postTools.py
test/test_sampling/__init__.py
test/test_sampling/test_Lp_generalized_samples.py
test/test_sampling/test_basicSampling.py
test/test_sampling/test_useLUQ.py
test/test_sensitivity/__init__.py
test/test_sensitivity/test_chooseQoIs.py
test/test_sensitivity/test_gradients.py