add correlation and modify capture overview poster
This commit is contained in:
parent
798968148f
commit
728adaf66c
2 changed files with 233 additions and 202 deletions
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 364 KiB After Width: | Height: | Size: 359 KiB |
19
lv/correlation/notes.typ
Normal file
19
lv/correlation/notes.typ
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
= Problem Statement
|
||||||
|
|
||||||
|
The problem of log verification can be devided in sub-problems. The concept of correlation is introduced in the sub-problem 1.1.
|
||||||
|
|
||||||
|
== Problem 1
|
||||||
|
|
||||||
|
Given a tuple of time series and even series $(t,e)$, establish whether the event series was tampered with.
|
||||||
|
|
||||||
|
== Problem 1.1
|
||||||
|
|
||||||
|
Given a tuple of time series and even series $(t,e)$, compute a correlation coefficient presenting a monotonic relationship with the number of changes applied to the event series.
|
||||||
|
|
||||||
|
== Problem 1.2
|
||||||
|
|
||||||
|
Given a set of correlation coefficient computed from known-good $(t,e)$ tuples and a new coefficient computed from an unverified tuple $(t_u,e_u)$, verify whether $e_u$ was tampered with.
|
||||||
|
|
||||||
|
= Related Work
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue