extra paper sections and some formalization of series data

This commit is contained in:
2025-11-07 14:28:41 +01:00
parent 7532bed897
commit 8174cd3ef5
6 changed files with 45 additions and 1 deletions

View File

@@ -13,6 +13,9 @@
"chapters/01-intro" "chapters/01-intro"
"chapters/02-literature-review" "chapters/02-literature-review"
"chapters/03-methodology" "chapters/03-methodology"
"chapters/04-results"
"chapters/05-discussion"
"chapters/06-conclusion"
"../build/concatenated_code" "../build/concatenated_code"
"acmart" "acmart"
"acmart10") "acmart10")

View File

@@ -5,6 +5,11 @@
Mathematical formalization of agent-induced pricing distortions. Formal definition of potential loss mechanisms $\alpha D$ Mathematical formalization of agent-induced pricing distortions. Formal definition of potential loss mechanisms $\alpha D$
We consider a business across time during which we have an evolving vector $p_t \in \Re^N$ where $N$ is the number of products in our catalogue. our price vector is directly dependent on a demand function $q_t$ which we define as a linear method of a price elasticity matrix $B_t$. This is the same setup that Microsoft created in their research.
We gether interaction data from users interacting with a sample platform simulating a hotel/airline which generates interaction distributions $I_t = \{(p_t, q_t^\text{obs}, \pi_t)\}_{t=1}^T$
\subsection{Cost of Information Framework} \subsection{Cost of Information Framework}
Mathematical demonstration and validation of the COI and citation backed evidence, and framework overview + show harm to user via other cost distortions. Maybe split into 3.2.1 (COI Theory) and 3.2.2 (Framework Design) Mathematical demonstration and validation of the COI and citation backed evidence, and framework overview + show harm to user via other cost distortions. Maybe split into 3.2.1 (COI Theory) and 3.2.2 (Framework Design)
@@ -34,7 +39,7 @@ Mathematical demonstration and validation of the COI and citation backed evidenc
% Optional background % Optional background
\begin{scope}[on background layer] \begin{scope}[on background layer]
\node[draw, rounded corners, fill=orange!5, fit=(kafka) (topics), inner sep=0.3cm] {}; \node[draw, rounded corners, fill=orange!5, fit=(kafka), inner sep=0.3cm] {};
\end{scope} \end{scope}
\end{tikzpicture} \end{tikzpicture}
\caption{Technical Diagram} \caption{Technical Diagram}

View File

@@ -0,0 +1,16 @@
\section{Results}
\subsection{Behavioral Analysis}
Include markov chains of transition matrices, compare distributions (look at Divergence metrics)
\subsection{Experimental Outcomes}
Align with defined objectives, show results and statistical significance (or not).
\subsection{Interpretation and Insights}
Inference from given patterns and show key findings.
\subsection{Anomalies}

View File

@@ -0,0 +1,9 @@
\section{Discussion}
\subsection{Risk Assessment and Limitations}
Acknowledge risks and constraints and data sizes.
\subsection{Implications of Findings}
Interpretation of results and altenrative scenarios with broader market implications.

View File

@@ -0,0 +1,8 @@
\section{Conclusion}
\subsection{Summary of contributions }
Restate the thesis and key findings with validation of research objectives.
\subsection{Future Works and Next Steps}
Identify the research gaps here and potential business implications and setup of business + Proposed extensions and a long term agenda.

View File

@@ -37,6 +37,9 @@ The primary objective of this thesis is to develop and validate pricing heuristi
\input{chapters/01-intro} \input{chapters/01-intro}
\input{chapters/02-literature-review} \input{chapters/02-literature-review}
\input{chapters/03-methodology} \input{chapters/03-methodology}
\input{chapters/04-results}
\input{chapters/05-discussion}
\input{chapters/06-conclusion}
\printbibliography \printbibliography