PP: Tripoles: A new class of relationships in time series data
Problem:
?? mining relationships in time series data; A new class of relationships in time series data.
traditional methods: discover pair-wise relationships.
Introduction:
Challenge: discovery of complex patterns of relationships between individual time-series. ?? what does this mean?
A common type of relationship in time series data is pairs of time-series with strong Pearson correlations.
In this paper, we define a novel relationship across three time series.
tripole: a group of three time-series, one root node/ two leaf nodes.
Note that a tripole is interesting only if correlation ofT0 withT1+2 is much stronger than correlation of T0 with T1 or T2 individually。
a formal study of tripole and explore their utility in different domains:
需要思考清楚,这个tripole pattern适用于什么domains之下,比如他可以适用于交通数据transportation data/ sea level pressure data 都和区域有关,那如果对于天气,生产,消费的time series关系是否适用,需要认真思考一下。但是我奇怪为什么要衡量T0 and T1+T2的相关性,这种现象在我们的数据中,有什么特殊的代表特征吗。
这种tripole现象,以期并没有进行系统的研究,因此,如何定义tripole,如何发现tripole,如何评估/解释发现的tripole成为了重要的问题。
define; measures to assess its interestingness; discovery with efficiency;
DEFINITIONS:
N time-series, {T1,T2,T3...Tn}
tripole: (T0: T1, T2); root; leaves;
Strength;
Note that while there could be other ways to combine the information in the two leaves, we chose the sum for its simplicity and ease of interpretation.
Jump; 用来判断这个tripole的有趣程度。
PROPOSED APPROACH:
how to discover tripoles in time-series data.
主要描述提出了节约计算的发现tripoles的方法。
EXPERIMENTAL RESULTS AND EVALUATION
两个数据库,海平面压力数据库,location, time series data. 神经影像学数据库,
用到了假设检验,p-value;
PHYSICAL INTERPRETATION OF TRIPOLES
Further validation and study of these tripoles by domain experts could possibly explain the phenomenon that results in the manifestation of these tripoles.
问题:tripole的物理意义应该由该领域的专家进行解释,而且是could possibly explain the phenomenon, 比较弱势的描述。
解释实例:大气中的遥相关,
PP: Tripoles: A new class of relationships in time series data的更多相关文章
- PP: Toeplitz Inverse Covariance-Based Clustering of Multivariate Time Series Data
From: Stanford University; Jure Leskovec, citation 6w+; Problem: subsequence clustering. Challenging ...
- PP: A dual-stage attention-based recurrent neural network for time series prediction
Problem: time series prediction The nonlinear autoregressive exogenous model: The Nonlinear autoregr ...
- Programming Entity Framework 翻译(1)-目录
1. Introducing the ADO.NET Entity Framework ado.net entity framework 介绍 1 The Entity Relationship Mo ...
- JPA 教程
Entities An entity is a lightweight persistence domain object. Typically an entity represents a tabl ...
- 使用Python一步一步地来进行数据分析总结
原文链接:Step by step approach to perform data analysis using Python译文链接:使用Python一步一步地来进行数据分析--By Michae ...
- [转载]NoSQL by Martin Flower
============================================================== URL1 nosql ========================== ...
- vc++ 内存连续读写操作
//初始化内存 int *data=(int*)malloc(sizeof(int)*4); ZeroMemory(data, sizeof(int)*4); int *m=(int*)malloc( ...
- Understanding Convolution in Deep Learning
Understanding Convolution in Deep Learning Convolution is probably the most important concept in dee ...
- easyui源码翻译1.32--Tabs(选项卡)
前言 使用$.fn.tabs.defaults重写默认值对象.下载该插件翻译源码 选项卡显示一批面板.但在同一个时间只会显示一个面板.每个选项卡面板都有头标题和一些小的按钮工具菜单,包括关闭按钮和其他 ...
随机推荐
- BFC的语法
先说一下什么是BFC(Block Formatting Contexts) BFC:块级格式化上下文(独立的渲染区).通俗的说是块级元素布局逻辑或规则,想要触发BFC就要是块级元素,要不把它转为块级元 ...
- 2019年终总结之SAP项目实践篇
2019年终总结之SAP项目实践篇 到了临近年底,又是年终总结的时候了. 早在去年12月下旬,笔者就有展望2019年度SAP项目实践计划.当时笔者对于在2019年度SAP项目工作有三大期望或者说三大目 ...
- vue中keepalive怎么理解?---vue中文社区
vue中keepalive怎么理解? 说在前面: keep-alive是vue源码中实现的一个组件, 感兴趣的可以研究源码 https://github.com/vuejs/vue/blob/dev/ ...
- 安装PHP到Ubuntu(APT)
运行环境 系统版本:Ubuntu 16.04.2 LTS 软件版本:PHP-5.6 硬件要求:无 安装过程 1.安装APT存储库 APT存储库由PPA提供. root@localhost:~# apt ...
- PRML学习准备
因为很怕PRML课程,所以想提前学习下做点准备. 看的一个学习内容就是python数据处理那本书,比较仔细地学习了 numpy,大致看了pandas和 matplotlib ,有以下几点感受 nump ...
- 让我们纯手写一个js继承吧
继承在前端逻辑操作中是比较常见的,今天我们就从零开始写一个js的继承方式 在es5中继承实质上是先创建子类的实例对象,然后再将父类的方法添加到this上Parent.call(this),在es6中则 ...
- qt creator源码全方面分析(2-4)
目录 Qt Creator API Reference 库 核心库 其他库 插件 Qt Creator API Reference Qt Creator的核心基本上只是一个插件加载器.所有功能都在插件 ...
- 洛谷P1218 [USACO1.5]特殊的质数肋骨 Superprime Rib 使用四种算法
洛谷P1218 [USACO1.5]特殊的质数肋骨 Superprime Rib 水题一道…… 题目描述 农民约翰的母牛总是产生最好的肋骨.你能通过农民约翰和美国农业部标记在每根肋骨上的数字认出它们. ...
- cf1041E
题意:要求你构造一棵树,树中每一个节点都有一个编号(互不相同),告诉你删除掉每一条边之后的两个联通分量中节点标号的最大值,要求你输出这颗树,不存在就输出NO 题解:可以发现这颗树实际上是一个序列,我们 ...
- cf1176D
题意简述:数组a经过一系列操作之后获得数组b,给你数组b,构造出一个满足条件的数组a 操作如下从左到右扫描数组a,如果是一个素数,那么把第这个素数的素数加到数组a中,例如a[1]=2那么加3到数组a当 ...