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的更多相关文章

  1. PP: Toeplitz Inverse Covariance-Based Clustering of Multivariate Time Series Data

    From: Stanford University; Jure Leskovec, citation 6w+; Problem: subsequence clustering. Challenging ...

  2. 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 ...

  3. Programming Entity Framework 翻译(1)-目录

    1. Introducing the ADO.NET Entity Framework ado.net entity framework 介绍 1 The Entity Relationship Mo ...

  4. JPA 教程

    Entities An entity is a lightweight persistence domain object. Typically an entity represents a tabl ...

  5. 使用Python一步一步地来进行数据分析总结

    原文链接:Step by step approach to perform data analysis using Python译文链接:使用Python一步一步地来进行数据分析--By Michae ...

  6. [转载]NoSQL by Martin Flower

    ============================================================== URL1 nosql ========================== ...

  7. vc++ 内存连续读写操作

    //初始化内存 int *data=(int*)malloc(sizeof(int)*4); ZeroMemory(data, sizeof(int)*4); int *m=(int*)malloc( ...

  8. Understanding Convolution in Deep Learning

    Understanding Convolution in Deep Learning Convolution is probably the most important concept in dee ...

  9. easyui源码翻译1.32--Tabs(选项卡)

    前言 使用$.fn.tabs.defaults重写默认值对象.下载该插件翻译源码 选项卡显示一批面板.但在同一个时间只会显示一个面板.每个选项卡面板都有头标题和一些小的按钮工具菜单,包括关闭按钮和其他 ...

随机推荐

  1. CSS中的圣杯布局与双飞翼布局

    一,圣杯布局 1,什么是圣杯布局? 所谓圣杯布局就是用于实现一个两侧宽度固定,中间宽度自适应的三栏布局 2,构建圣杯布局的步骤: 2.1,添加一个容器,在这个容器中添加放三个盒子(左.中.右): 2. ...

  2. 移动app

    什么是移动App开发[重点] 苹果上的软件是如何开发出来的:使用IOS平台的开发工具和开发语言进行设计开发的!苹果上的开发语言:OC.Swift 安卓平台上的软件又是如何开发出来的:使用Java这么语 ...

  3. eclipse中一个项目引用另一个项目的方法

    我们在开发的时候,有时候需要把一个大的项目打散,尤其是现在微服务的架构很流行,一个大的项目往往被拆成很多小的项目,而有的项目作为公共工程被独立出来,比如有个工程专门提供各种Util工具类,有的工程专门 ...

  4. spring cloud微服务快速教程之(十) gateway 服务网关

    0.前言 gateway是spring的二代网关, 作为Netflix Zuul的替代者,是异步非阻塞网关 ,ZUUL2也是异步非阻塞的,但未纳入spring cloud整合计划 基于WebFlux  ...

  5. PL/SQL不安装Oracle连接,Oracle instantclient安装

    ================================ ©Copyright 蕃薯耀 2020-01-07 https://www.cnblogs.com/fanshuyao/ 第一步: 下 ...

  6. LINUX系统(CentOS7安装)一之JDK8的安装

    JDK 的安装系统安装就不做过多介绍,大家从网上寻找安装步骤进行安装,不过我推荐大家进行安装时选择桌面图形化格式进行安装,方便做一部分操作,同时在安装过程中选择英文模式,同时我自己在安装的过程中发现使 ...

  7. go 序列化

    序列化 package main import ( "encoding/json" "fmt" ) //结构体 type Monster struct { Na ...

  8. elsearch搜索引擎 + painless脚本语言入门

    最近项目用到了elsearch,ElasticSearch是一个基于Lucene的搜索服务器.它提供了一个分布式多用户能力的全文搜索引擎. 自从版本6.0之后,其默认脚本语言变为 painless . ...

  9. node的httpserver简单创建

    1.设计原则为文件夹名字可以依据资源来命名,静态资源统一命名 ps:路径中绝对和相对路径,依据server.js本身的位置而言 const http = require("http" ...

  10. .net全栈开发-c#面向对象与工控自动化分拣上位机

    一.前言 开始做了两年web.期间也整了一段时间winform.后来做了两年工控上位机,也就是做工控这两年发现机器跟面向对象真是如此贴切,也是我从处理数据和流程的思维转变为面向对象思维的开始.这对我后 ...