非高斯统计框架(NGSF)工具箱

ekit的Python项目详细描述


https://cosmo-gitlab.phys.ethz.ch/cosmo_public/ekit/badges/master/coverage.svghttps://cosmo-gitlab.phys.ethz.ch/cosmo_public/ekit/badges/master/pipeline.svghttp://img.shields.io/badge/arXiv-2006.12506-orange.svg?style=flat

ekit是非高斯统计框架(NGSF)使用的一组小工具。在

如果你在研究中使用这个软件包,请引用Zuercher等人,2020年。(arXiv-2006.12506)。在

Source

Documentation

简介

它包含以下工具:

  • 路径:

    Can create standardized paths given a prefix, suffix and a dictionary containing some meta-data which gets encoded into the path and can be easily recovered using another function given in the module.

  • 上下文:

    A context handler. The context consists out of a dictionary. The context can be passed on to subclasses. It also holds default values, the allowed parameters and their types and checks if they are correct.

  • 记录器:

    A logger which can be passed on from module to module. Contains a print function called vprint which only prints if verbose mode is enabled and either prints using a logger if one is available or otherwise just uses the normal print. Can also adjust the severity level of the message.

入门

了解ekit最简单、最快的方法是查看文档中的教程和用法部分。在

学分

这个软件包是由Dominik Zuercher(在Alexandre Refregiers的苏黎世ETH的博士生)创建的

这个包由dominikzuercher维护dominik.zuercher@phys.ethz.ch。在

贡献

欢迎投稿,并非常感谢!每 一点帮助也很少。在

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

推荐PyPI第三方库


热门话题
基于Java的遗传算法确定最优交易行为   java改型2.0无法解析Json嵌套对象   java在数组中查找最大额定值(数字),我们不能跳过数组中的一个或多个连续数字   java在spring boot中从命令行设置活动概要文件和配置位置   JavaAxis2:传输错误:404错误:未找到帮助理解其真正含义   java使用Play2WAR和Play2.2.1   java理解函数运算符:Lambda   在代理java后面读取https网页数据   java应用程序。Android单元测试中的类mock   java为什么onClick布局XML引用的方法需要是公共的?   从SMTLIB2文件解析的java显示声明   java重写给定的类以使用组合而不是继承   HTMLUnit和Java:NoSuchMethodException:createDefaultSSLContext()   java如何使用Spring和ThymeLeaf从前端正确更新后端中的对象?   来自init()Java的方法调用   使用cellrendering从数据库向JTable动态添加数据后,java无法使用JTable执行排序操作   java Android Studio 1.5.1。渲染错误(浮动操作按钮)   web服务如何使用UsenameToken和PasswordDigest为JAVA中的SOAP客户端附加wsse安全头   java为什么要在局部变量和myApplicationClass中同时删除“ArrayList.remove”?