Skip to main content

Gamma Regression Tool Icon 伽马回归工具

单个工具示例

计数回归具有一个“单个工具示例”。访问示例工作流以了解如何在 Alteryx Designer 中访问此示例和其他更多示例。

将伽马分布式严格正相关变量(目标变量)与预期会对目标变量产生影响的一个或多个变量(预测变量)相关联。

In a number of applications, the values of the target variable are always strictly positive (i.e., are never zero or negative), but tend to cluster toward the lower range of the observed values, but in a small minority of cases take on large values. Target variables of this nature represent a data generation process that is not consistent with the Normality assumptions underlying the traditional linear regression model. However, the values are always positive and will not always be integer numbers, so they do not follow a Poisson distribution or Negative Binomial distribution based process. They are consistent with a process based on a Gamma distribution and can be estimated using methods similar to linear regression, via the generalized linear model framework.

借助此工具,如果输入数据来自常规 Alteryx 数据流,则使用开源的 R glm 函数进行模型估计。如果输入来自 XDF 输入工具或 XDF 输出工具,则使用 Revo ScaleR rxGlm 函数进行模型估计。使用基于 Revo ScaleR 的函数的优势在于,它允许分析更大(超过内存)的数据集,但代价是创建 XDF 文件需要额外开销,无法创建开源 R 函数提供的某些模型诊断输出,并且只能生成泊松回归模型。

此工具使用 R 工具。转至选项下载预测工具,并登录到 Alteryx 下载和许可证门户以安装 R 工具和 R 工具使用的软件包。请访问下载和使用预测工具

连接输入

连接 Alteryx 数据流或 XDF 元数据流,其中包括一个感兴趣的目标字段以及一个或多个可能的预测变量字段。

配置工具

使用“配置”选项卡为时间序列图设置控件。

  • 模型名称:需要为每个模型命名,以便以后可以对其进行识别。模型名称必须以字母开头,可包含字母、数字和特殊字符句点 (“.”)和下划线 (“_”)。不允许使用其它特殊字符,R 区分大小写。

  • 选择目标变量:从要预测的数据流中选择字段。

  • 选择预测变量:从您认为“导致”目标变量值更改的数据流中选择字段。包含唯一标识符的列(如代理主键和自然主键)不应用于统计分析。它们没有预测价值,并可能导致运行时异常。

  • Model type: A dropdown box with the options of log, inverse, and identity. This option determines the link function to be used with the Gamma family in estimating the generalized linear model.

  • 使用采样权重进行模型估计:单击该复选框,然后从数据流中选择权重字段以估计使用采样权重的模型。

使用“图表选项”选项卡设置图表输出控件(可选)。

  • 图表分辨率:选择图表的分辨率(以每英寸点数为单位):1 x(96 dpi);2 x(192 dpi);或 3 x(288 dpi)。

    • 较低的分辨创建相对较小的文件,最适合在显示器上查看。

    • 更高的分辨率可以创建一个更大的文件,具有更好的打印质量。

查看输出

  • O 锚点:包含序列化模型及其模型名称的表格。

  • R 锚点:包含由计数回归工具生成的报告片段:统计摘要、II 型偏差分析 (ANOD) 和基本诊断图。如果模型输入来自 XDF 输出或 XDF 输入工具,则不会生成 II 型偏差分析表格和基本诊断图。