使用复合概率分布的聚合运算

aggregate的Python项目详细描述


#合计

一个强大的python聚合损失建模库

这是什么?

aggregate是一个python包,提供快速、准确和表达性的数据 设计用于处理概率分布的结构 简单直观。它的主要目的是成为一种教育工具,允许 复杂,现实世界分布的实验。它在 保险、风险管理、精算学及相关领域。

主要特点

以下是一些aggregate做得很好的事情:

  • Output in tabular form using Pandas
  • Human readable persistence in YAML
  • Built in library of insurance severity curves for both catastrophe and non catastrophe lines
  • Built in parameterization for most major lines of insurance in the US, making it easy to build a “toy company” based on market share by line
  • Clear distinction between catastrophe and non-catastrohpe lines
  • Use of Fast Fourier Transforms throughout differentiates ^{tt1}$ from tools based on simulation
  • Fast, accurate - no simulations!
  • Graphics and summaries following Pandas and Matplotlib syntax

潜在应用

  • Education
    • Building intuition around how loss distribtions convolve
    • Convergence to the central limit theorem
    • Generalized distributions
    • Compound Poisson distributions
    • Mixed distributiuons
    • Tail behavior based on frequency or severity tail
    • Log concavity properties
  • Pricing small insurance portfolios on a claim by claim basis
  • Analysis of default probabilities
  • Allocation of capital and risk charges
  • Detailed creation of marginal loss distributions that can then be sampled and used by other simulation software, e.g. to incorporate dependence structures, or in situations where it is necessary to track individual events, e.g. to compute gross, ceded and net bi- and trivariate distributions.

缺少功能

这里有一些重要的事情aggregate不做做:

  • It is strictly univariate. It is impossible to model bivariate or multivariate distributions. As a result ^{tt1}$ is fast and accurate
  • ^{tt1}$ can model correlation between variables using shared mixing variables. This is adequate to build realistic distributions but would not be adequate for an industrial- strength insurance company model.

哪里可以买到

安装

pip安装聚合

依赖性

许可证

[BSD 3](许可证)

有助于聚合

所有贡献,错误报告,错误修复,文档改进, 我们欢迎您的改进和想法。

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

推荐PyPI第三方库


热门话题
servlets Java EE+GlassFish:如果用户在其他地方登录,则强制用户注销   java在不更改源代码的情况下添加钩子   安卓 Java TextView Onclick()返回表达式错误   java Excel文件未使用Apache存储内部内存   java getRowCount()和getSelectedColumn()不起作用   无法在java中生成视图绑定。util。Android Gradle插件2.1的NoTouchElementException   Java中的类型转换运算符百分比计算为零   主java中的调用方法   java在Javasound中播放多个示例   java如何知道webDriver成功打开URL   java jmock,每次调用时返回新对象   eclipse使用Java在Selenium WebDriver中生成可执行文件   macos捆绑Java OS X应用程序默认为MacRoman编码   java我应该把我的休息网关变成一个图书馆吗?   java Eclipse插件:查找包含子字符串的行号无效   Java IOException:在Linux上发送UDP数据包时没有可用的缓冲区空间   java无法解析jaxbxjc2中的名称“xjc:globalJavaType”。2.52.罐子   java是否有HibernateAPI来检查是否创建了数据库?