.gitignore
.hound.yml
.travis.yml
COPYING
COPYING.LESSER
LICENSE.txt
README.md
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/indicatorFunctions.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/adaptiveSampling.py
bet/sampling/basicSampling.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/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/fromfile2D.rst
doc/examples/example_rst_files/fromfile3D.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/FEniCS/BET_multiple_serial_models_script.py
examples/FEniCS/BET_script.py
examples/FEniCS/Compute_Save_KL.py
examples/FEniCS/Lshaped.xml
examples/FEniCS/lbModel.py
examples/FEniCS/meshDS.py
examples/FEniCS/myModel.py
examples/FEniCS/myModel_serial.py
examples/FEniCS/poissonRandField.py
examples/FEniCS/projectKL.py
examples/compare/comparison.ipynb
examples/compare/comparison.py
examples/compare/helpers.py
examples/contaminantTransport/contaminant.ipynb
examples/contaminantTransport/contaminant.py
examples/contaminantTransport/files/Q_ref.txt.gz
examples/contaminantTransport/files/data.txt.gz
examples/contaminantTransport/files/lam_domain.txt.gz
examples/contaminantTransport/files/lam_ref.txt.gz
examples/contaminantTransport/files/samples.txt.gz
examples/fromFile_ADCIRCMap/Q_1D.py
examples/fromFile_ADCIRCMap/Q_2D.py
examples/fromFile_ADCIRCMap/Q_3D.py
examples/fromFile_ADCIRCMap/fromFile2D.py
examples/fromFile_ADCIRCMap/fromFile3D.py
examples/fromFile_ADCIRCMap/plotDomains2D.py
examples/fromFile_ADCIRCMap/plotDomains3D.py
examples/fromFile_ADCIRCMap/sandbox_test_2D.py
examples/fromFile_ADCIRCMap/sandbox_test_3D.py
examples/linearMap/linearMapUniformSampling.ipynb
examples/linearMap/linearMapUniformSampling.py
examples/linearMap/myModel.py
examples/matfiles/Q_2D.mat
examples/matfiles/Q_3D.mat
examples/matfiles/sandbox2d.mat
examples/matfiles/sandbox3d.mat
examples/nonlinearMap/myModel.py
examples/nonlinearMap/nonlinearMapUniformSampling.py
examples/nonlinearMap_estimate_error/lbModel.py
examples/nonlinearMap_estimate_error/nonlinearMapUniformSampling.py
examples/parallel_and_serial_sampling/parallel_model.py
examples/parallel_and_serial_sampling/parallel_serial.py
examples/parallel_and_serial_sampling/serial_model.py
examples/parallel_and_serial_sampling/serial_parallel.py
examples/parallel_and_serial_sampling/serial_serial.py
examples/plotting/Plotting_Examples.ipynb
examples/sensitivity/linear_sensitivity.ipynb
examples/sensitivity/heatplate/chooseOptQoIs_2d.py
examples/sensitivity/heatplate/heatplate_2d_16clustersCFD_1000qoi.mat
examples/sensitivity/heatplate/heatplate_2d_16clustersFFD_1000qoi.mat
examples/sensitivity/heatplate/heatplate_2d_16clustersRBF_1000qoi.mat
examples/sensitivity/linear/linear_measure_binratio.py
examples/sensitivity/linear/linear_measure_binsize_large.py
examples/sensitivity/linear/linear_skewness_binratio.py
examples/templates/Example_Notebook_Template.ipynb
examples/validationExample/linearMap.ipynb
examples/validationExample/linearMap.py
examples/validationExample/myModel.py
test/__init__.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_indicatorFunctions.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_adaptiveSampling.py
test/test_sampling/test_basicSampling.py
test/test_sensitivity/__init__.py
test/test_sensitivity/test_chooseQoIs.py
test/test_sensitivity/test_gradients.py