dftools r包的纯python端口。

pydftools的Python项目详细描述


pydftools

https://img.shields.io/pypi/v/pydftools.svghttps://img.shields.io/travis/steven-murray/pydftools.svgDocumentation Status

dftoolsr包的纯python端口。

这个包试图非常接近地模仿dftoolspackage(repo:https://github.com/obreschkow/dftools)。 尽可能的像Python一样。请注意,2d+模型尚未在此python端口中实现,也没有 是非参数化模型。希望他们很快就会来。

来自dftool的描述:

This package can find the most likely P parameters of a D-dimensional distribution function (DF) generating N objects, where each object is specified by D observables with measurement uncertainties. For instance, if the objects are galaxies, it can fit a MF (P=1), a mass-size distribution (P=2) or the mass-spin-morphology distribution (P=3). Unlike most common fitting approaches, this method accurately accounts for measurement is uncertainties and complex selection functions. A full description of the algorithm can be found in Obreschkow et al. (2017).

简而言之,从你的衣服上去掉埃丁顿的偏见:

https://user-images.githubusercontent.com/1272030/31757852-60cb6ebc-b4dd-11e7-8ce9-32b3232e8f94.png

功能

  • 生成分布函数的简单快速参数拟合
  • 几个例子(考虑到天文应用)
  • 几个绘图例程,以便您可以在几分钟内从无到有地完成绘图
  • 一个mockdata()函数,可以生成适合的数据。
  • 支持任意一维模型、多种选择函数、刀切和引导重采样、高斯 误差估计等。

学分

这个包是用Cookiecutteraudreyr/cookiecutter-pypackage项目模板创建的。

历史记录

0.1.0(2017-10-25)

  • pypi上的第一个版本。
  • 所有基本示例都按预期工作
  • Travisci,准备好了。
  • 没有多维支持或非参数化支持。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java将一个节点拖到另一个不运行JavaFX的节点中   java如何在spring boot中创建完全自定义的查询   java Arraylist和ArrayListBlockingQueue之间的区别是什么?   java Weblogic会中断长时间运行的线程吗   java如何调用displayAd()方法?   使用数组在两个组之间进行java IPL匹配   java如何在Eclipse中的org下创建测试套件。朱尼特   java获取屏幕上任意点的鼠标坐标   正则表达式需要java正则表达式方面的帮助   如何使用Java获取Ram大小和硬盘大小?   java如何将所需长度设置为数组中的整数?   安卓应用程序启动前的java程序已终止   swing设置要在Java代码中打印的页边距   迭代期间java故障安全迭代器的删除   java如何在main中调用方法,以便它们在同一行上输出?   编译Java:尝试播放mp3文件时出错   java如何使用Spring数据Rest在POST调用中保存嵌入对象   java JAXWS如何在端点外部注入SecurityContext