BreakoutDetectionBreakout 檢測(cè) R 包
BreakoutDetection(Breakout Detection)是 Twitter 的開(kāi)源的,可以便捷和快速檢測(cè) Breakout 的 R 包。
BreakoutDetection 通過(guò)健壯的 E-Statistics 來(lái)實(shí)現(xiàn)。BreakoutDetection 包可以在廣泛的各種場(chǎng)景使用,比如,在用戶參與度 breakout 檢測(cè)發(fā)布一個(gè) A/B 測(cè)試,檢測(cè) 行為改變,或者經(jīng)濟(jì)計(jì)量學(xué)問(wèn)題,金融工程,政治和社會(huì)科學(xué)等等。
安裝
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
評(píng)論
圖片
表情
