EPI Logo

Contents:

  • Core API
  • Tutorial
  • Example Models
  • Development
  • Contributing to EPI
  • LICENSE
  • Citation
  • Changelog
EPI
  • tests package
  • View page source

tests package

Submodules

  • configuration
    • pytest_sessionstart()
  • Profiling
    • profiling_with_slices()
  • Test Data Transformation
    • test_AffineTransformation()
    • test_DataIdentity()
    • test_DataNormalization()
    • test_DataPCA()
  • Test Dense Grid
    • test_dense_grid()
  • Test Examples
    • Examples()
    • get_example_name()
    • test_examples()
    • test_model_requirements()
  • Test Fixed Params
    • temp_name()
    • test_fixed_params()
  • Test Heat Model
    • test_heat_artificial()
    • test_heat_jacobian()
    • test_heat_model()
  • Test Inference
    • integrate()
    • test_inference_mcmc_dense_exact()
    • test_thinning_and_burn_in()
  • Test Jax
    • do_matrix_multiplication()
    • test_jax_cpu()
    • test_jax_gpu()
  • Test KDE
    • integrate()
    • kde_data_test_set()
    • kernel_estimators()
    • test_KDE_batch()
    • test_KDE_data()
    • test_calc_kernel_width()
    • test_kde_convergence_gauss()
    • test_kde_gauss()
  • Test Logging
    • CrashModel
      • CrashModel.forward()
      • CrashModel.jacobian()
      • CrashModel.data_dim
      • CrashModel.param_dim
    • test_logs_error_evaluate_density()
  • Test Model Check
    • test_full_model_check()
  • Test Pickling
    • test_pickling_model()
  • Test Plotting
    • test_sample_plotting()
  • Test Simple Models
    • test_transformationExponential()
    • test_transformationLinear()
    • test_transformationODELinear()
  • Test Slices
    • test_slices()
  • Test Transformation
    • X2Model
      • X2Model.bw()
      • X2Model.forward()
      • X2Model.fw()
      • X2Model.generate_artificial_params()
      • X2Model.vj()
      • X2Model.CENTRAL_PARAM
      • X2Model.PARAM_LIMITS
      • X2Model.data_dim
      • X2Model.param_dim
    • test_calc_gram_determinant()
    • test_evaluate_density()

Module contents


© Copyright 2022-2024, Vincent Wagner, Sebastian Höpfl, Lars Kaiser.

Built with Sphinx using a theme provided by Read the Docs.