Skip to content

abatten/pyx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e9ffcb5 · Nov 28, 2023

History

86 Commits
Nov 2, 2023
Nov 3, 2023
Nov 28, 2023
Nov 2, 2023
Sep 10, 2019
May 19, 2021
Nov 3, 2023
Sep 19, 2019
Sep 11, 2019
May 13, 2021
Nov 9, 2023
Nov 2, 2023
Sep 10, 2019
Sep 11, 2019
Nov 2, 2023

Repository files navigation

pyx

The word "pyx" comes from the Greek word πυξίς, "pyxis" meaning box or receptacle.

Description

pyx is a package containing various utility functions and modules created by @abatten.

Requirements

  • numpy
  • scipy
  • astropy
  • matplotlib

Modules

  • pyx.cosmology: A collection of functions for performing cosmological calculations.
    • from pyx import cosmology as pyxcosmo
  • pyx.fit: A collection of functions for performing parameter fitting.
    • from pyx import fit as pyxfit
  • pyx.io: A collection of functions for dealing with file input and output.
    • from pyx import io as pyxio
  • pyx.maths: A collection of functions for doing mathematical operations.
    • from pyx import maths as pyxmaths
  • pyx.plots: A collections of functions for generating or altering plots.
    • from pyx import plots as pyxplots
  • pyx.sampling: A collection of Classes and functions for performing various sampling techniques.
    • from pyx import sampling as pyxsampling
  • pyx.utils: A collection of various utility functions.
    • from pyx import utils as pyxutils

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages