项目作者: joshspeagle

项目描述 :
A photometric redshift monstrosity
高级语言: Python
项目地址: git://github.com/joshspeagle/frankenz.git
创建时间: 2016-10-01T19:56:37Z
项目社区:https://github.com/joshspeagle/frankenz

开源协议:MIT License

下载


frankenz

A photometric redshift monstrosity.

WARNING: This project is under active development and not yet stable.

frankenz is a Pure Python implementation of a variety of methods to quickly
yet robustly perform (hierarchical) Bayesian inference using large
(but discrete) sets of (possibly noisy) models with (noisy) photometric data.
The code also contains a number of additional utilities, including:

  • a module for generating quick mocks (along with filter curves and SEDs),
  • several manifold-learning algorithms,
  • a flexible set of photometric likelihoods,
  • fast kernel density estimation,
  • PDF-oriented plotting/processing functions, and
  • population/hierarchical inference methods.

Paper forthcoming (Speagle et al. in prep.).

Documentation

Currently nonexistent. See the demos for examples.

Installation

frankenz can be installed by running

  1. python setup.py install

from inside the repository.

Demos

Several Jupyter notebooks that demonstrate most of the available features
can be found here.