BreakoutDetection Breakout 检测 R 包

程序名称:BreakoutDetection

授权协议: GPLv2

操作系统: 跨平台

开发语言: C/C++

BreakoutDetection 介绍

BreakoutDetection(Breakout Detection)是 Twitter 的开源的,可以便捷和快速检测 Breakout 的 R 包。

BreakoutDetection 通过健壮的 E-Statistics 来实现。BreakoutDetection
包可以在广泛的各种场景使用,比如,在用户参与度 breakout 检测发布一个 A/B 测试,检测
行为改变,或者经济计量学问题,金融工程,政治和社会科学等等。

安装

install.packages("devtools")
devtools::install_github("twitter/BreakoutDetection")
library(BreakoutDetection)

示例:

data(Scribe)
res = breakout(Scribe, min.size=24, method='multi', beta=.001, degree=1, plot=TRUE)
res$plot

BreakoutDetection 官网

https://github.com/twitter/BreakoutDetection

相关编程语言

RedHadoop 是一个持续优化的企业级Hadoop基础软件平...
来自 Mozilla 的 Heka 是一个用来收集和整理来自多个...
HBase – Hadoop Database,是一个高可靠性、高性能...
Mincemeat-node 是使用Node.js实现的极简MapReduce框...
REEF 是微软开发的一个大数据框架。 REEF运行在YARN...
Scribe旨在帮助Facebook处理服务器上的大量数据,正...