astromodels


Nameastromodels JSON
Version 2.4.1 PyPI version JSON
download
home_pagehttps://github.com/threeml/astromodels
SummaryAstromodels contains models to be used in likelihood or Bayesian analysis in astronomy
upload_time2023-11-01 23:51:41
maintainer
docs_urlNone
authorGiacomo Vianello
requires_python
license
keywords likelihood models fit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # astromodels

![CI](https://github.com/threeML/astromodels/workflows/CI/badge.svg)
[![codecov](https://codecov.io/gh/threeML/astromodels/branch/master/graph/badge.svg)](https://codecov.io/gh/threeML/astromodels)
[![Documentation Status](https://readthedocs.org/projects/astromodels/badge/?version=latest)](http://astromodels.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
![GitHub contributors](https://img.shields.io/github/contributors/threeML/astromodels)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5646925.svg)](https://doi.org/10.5281/zenodo.5646925)

![GitHub pull requests](https://img.shields.io/github/issues-pr/threeML/astromodels)
![GitHub issues](https://img.shields.io/github/issues/threeML/astromodels)
## PyPi

[![PyPI version fury.io](https://badge.fury.io/py/astromodels.svg)](https://pypi.python.org/pypi/astromodels/)
![PyPI - Downloads](https://img.shields.io/pypi/dm/astromodels)

## Conda
![Conda](https://img.shields.io/conda/pn/threeml/astromodels)
![Conda](https://img.shields.io/conda/dn/threeml/astromodels)


![alt text](https://raw.githubusercontent.com/threeml/astromodels/master/docs/media/large_logo.png)

Astromodels is a very flexible framework to define models for likelihood or Bayesian analysis of astrophysical data.

Even though it has been designed having in mind analysis in the spectral domain, it can be used also as a toolbox containing functions of any variable.

Astromodels is not a modeling package, it only gives you the tools to build a model as complex as you need. You then need a separate package (such as [3ML](github.com/threeML/threeML)) to fit that model to the data.

Some of the features which distinguish astromodels from other similar packages are: * a model can contain an arbitrary number of sources at different positions in the sky * parameters can be linked through any function (not only identity) * parameters can vary with auxiliary variables such as time. For example, you can build a model where some parameters vary with time, and you can fit the parameters of the function which describe this variability. Similary you can build models where parameters vary with the phase of a pulsar, and so on. * models can be saved in and loaded from YAML file (a human-readable format) * physical units are fully supported in input, but they are handled so that they don’t slow down the actualy computation of the models.

Astromodels has been designed with performance as priority, and is considerably faster than other python-based solution for the same problem, such as astropy.modeling and the modeling part of sherpa.
Documentation: http://astromodels.readthedocs.org/en/latest/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/threeml/astromodels",
    "name": "astromodels",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Likelihood,Models,fit",
    "author": "Giacomo Vianello",
    "author_email": "giacomo.vianello@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4e/9b/0a30e369f7def69d26554214f106323724736985f4386f7c51b5a8ff3a37/astromodels-2.4.1.tar.gz",
    "platform": null,
    "description": "# astromodels\n\n![CI](https://github.com/threeML/astromodels/workflows/CI/badge.svg)\n[![codecov](https://codecov.io/gh/threeML/astromodels/branch/master/graph/badge.svg)](https://codecov.io/gh/threeML/astromodels)\n[![Documentation Status](https://readthedocs.org/projects/astromodels/badge/?version=latest)](http://astromodels.readthedocs.io/en/latest/?badge=latest)\n[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)\n![GitHub contributors](https://img.shields.io/github/contributors/threeML/astromodels)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5646925.svg)](https://doi.org/10.5281/zenodo.5646925)\n\n![GitHub pull requests](https://img.shields.io/github/issues-pr/threeML/astromodels)\n![GitHub issues](https://img.shields.io/github/issues/threeML/astromodels)\n## PyPi\n\n[![PyPI version fury.io](https://badge.fury.io/py/astromodels.svg)](https://pypi.python.org/pypi/astromodels/)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/astromodels)\n\n## Conda\n![Conda](https://img.shields.io/conda/pn/threeml/astromodels)\n![Conda](https://img.shields.io/conda/dn/threeml/astromodels)\n\n\n![alt text](https://raw.githubusercontent.com/threeml/astromodels/master/docs/media/large_logo.png)\n\nAstromodels is a very flexible framework to define models for likelihood or Bayesian analysis of astrophysical data.\n\nEven though it has been designed having in mind analysis in the spectral domain, it can be used also as a toolbox containing functions of any variable.\n\nAstromodels is not a modeling package, it only gives you the tools to build a model as complex as you need. You then need a separate package (such as [3ML](github.com/threeML/threeML)) to fit that model to the data.\n\nSome of the features which distinguish astromodels from other similar packages are: * a model can contain an arbitrary number of sources at different positions in the sky * parameters can be linked through any function (not only identity) * parameters can vary with auxiliary variables such as time. For example, you can build a model where some parameters vary with time, and you can fit the parameters of the function which describe this variability. Similary you can build models where parameters vary with the phase of a pulsar, and so on. * models can be saved in and loaded from YAML file (a human-readable format) * physical units are fully supported in input, but they are handled so that they don\u2019t slow down the actualy computation of the models.\n\nAstromodels has been designed with performance as priority, and is considerably faster than other python-based solution for the same problem, such as astropy.modeling and the modeling part of sherpa.\nDocumentation: http://astromodels.readthedocs.org/en/latest/\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Astromodels contains models to be used in likelihood or Bayesian analysis in astronomy",
    "version": "2.4.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/threeML/astromodels/issues",
        "Documentation": "https://astromodels.readthedocs.io",
        "Download": "https://github.com/threeml/astromodels/archive/v0.1",
        "Homepage": "https://github.com/threeml/astromodels",
        "Source Code": "https://github.com/threeML/astromodels"
    },
    "split_keywords": [
        "likelihood",
        "models",
        "fit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e9b0a30e369f7def69d26554214f106323724736985f4386f7c51b5a8ff3a37",
                "md5": "ea75ec29753678aef61ea4cd0c32ae22",
                "sha256": "eeb23c30002073d6650289bfb35b80b42eb08336db40da40298fe686c6070587"
            },
            "downloads": -1,
            "filename": "astromodels-2.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ea75ec29753678aef61ea4cd0c32ae22",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2185517,
            "upload_time": "2023-11-01T23:51:41",
            "upload_time_iso_8601": "2023-11-01T23:51:41.659152Z",
            "url": "https://files.pythonhosted.org/packages/4e/9b/0a30e369f7def69d26554214f106323724736985f4386f7c51b5a8ff3a37/astromodels-2.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-01 23:51:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "threeml",
    "github_project": "astromodels",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "lcname": "astromodels"
}
        
Elapsed time: 0.14013s