Packages

Provides functions for fast matrix inversion, creation of empirical CDF from sample data including handling of asymmetric errors, and fitting to a funtion using chi-squared. The fitting procedure return the full covariance matrix describing the fitted parameters.

Current section

Files

Jump to
chi2fit_nb config prod_ielixir.exs
Raw

config/prod_ielixir.exs

import Config
config :logger,
level: :info
config :ielixir,
connection_file: System.get_env("CONNECTION_FILE"),
working_directory: System.get_env("WORKING_DIRECTORY")
config :ielixir, IElixir.Repo,
adapter: Sqlite.Ecto,
database: "prod_db.sqlite3"