or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Meso Research Plan for Termination Fee
tags:
Meso-Research
Up to date by October 2021
Meso Research Plans are living documents that indicates a general area of inquiry around one specific topic. Sections/items are not exhaustive and will be added over time.
Goal
Context
Importance
Knowledge Applications
Directions
Reward function follow-up
Using the reward function specification from the Insurance mechanism with finite time analysis, the role of the termination fee as a numeraire of the fault reward structure can be specified and analyzed.
As a motivating example, consider the polynomial reward function \(R\) that is used to assess fault fees up to the termination time \(x_{max}\):
\[ R(x) := -Fx + (c + a x^{\alpha} + b x^{\beta}), \qquad x \in [0,x_{max}]. \]
The termination fee \(TF\) is a terminal condition lump-sum penalty that is assessed whenever the realized fault recovery time, \(x\), exceeds the termination time \(x_{max}\). Thus, the total reward \(V\), which is a random variable, is:
\[ V(x) := R(x) \chi_{x \leq x_{max}} + TF \chi_{x > x_{max}}, \]
where \(\chi_{event}\) is an indicator function equaling \(1\) when an \(event\) is TRUE and \(0\) otherwise.
The expected reward to a miner under the fault duration \(X\) exponential probability distribution
\[ \Pr(X \leq x | \lambda) := \lambda \int_0^x e^{-\lambda x}dx \]
is then
\[ \mathbb{E}_\lambda(V) = \lambda \int_0^\infty V(x) e^{\lambda x}dx = \lambda \int_0^{x_{max}} (-Fx + c + a x^\alpha + b x^\beta) e^{\lambda x}dx + TF \lambda \int_{x_{max}}^\infty e^{\lambda x}dx. \]
This has the analytical solution:
\[ \mathbb{E}_\lambda(V) = (c - TF)\left ( 1 - e^{-\lambda x_{max}} \right ) - F \left ( \frac{1}{\lambda} - e^{-\lambda x_{max}} \left (x_{max} + \frac{1}{\lambda} \right ) \right ) + \\ a \lambda^{-\alpha} \gamma(1+\alpha, \lambda x_{max}) + b \lambda^{-\beta} \gamma(1+\beta, \lambda x_{max}), \]
where \(\gamma(a,x)\) is the incomplete Gamma function:
\[ \gamma(a,x):= \int_0^x e^{-t} t^{a - 1} dt, \qquad \operatorname{Re}(a) > 0. \]
This can be simplified slightly to yield:
\[ \mathbb{E}_\lambda(V) = (c - TF)\left ( 1 - e^{-\lambda x_{max}} \right ) - F \left ( \frac{1}{\lambda} - e^{-\lambda x_{max}} \left (x_{max} + \frac{1}{\lambda} \right ) \right ) + \\ \int_0^{\lambda x_{max}} e^{-t} \left (at^\alpha + bt^\beta \right ) dt. \]
Recall from the Insurance mechanism with finite time analysis that the polynomial parameters \((a,b,\alpha,\beta)\) may be chosen according to a set of constraints fixing e.g the initial discount, minimum reward time, and reward at termination. To this parameter list may be added the termination fee time \(x_{max}\), and the termination fee amount \(TF\), and the total vector of parameters:
\[ \pi := (a, b, \alpha, \beta, x_{max}, TF) \]
may be selected using both the constraints above and desired risk/reward tradeoff balancing the termination fee against the reward from recovering before termination.
For example, if it were desired for the miner to expect no excess penalty or reward for faults under normal operating conditions, whatever their duration, then one would select a parameter vector \(\pi^*\) such that
\[ \mathbb{E}_\lambda(V | \pi^*) = 0. \]
Naturally there are other constraints that apply to the specification of the termination fee, but they can be examined in light of their effect on the expected reward, both for faults distributed under normal operating conditions, and for faults distributed when a shock occurs.