stockparfait / experiments

Statistical experiments with financial data
Apache License 2.0
0 stars 0 forks source link

Write up the docs for experiments #24

Open sergey-a-berezin opened 2 years ago

sergey-a-berezin commented 2 years ago

The top-level README.md should, of course, describe the basic usage, but also be the entry point to the detailed description of each of the experiments.

Perhaps, a good practice is to keep the detailed write-up of each experiment in its own package together with the code. This would naturally organize the descriptions, and the top-level can then provide the table of contents with the suggested order of reading.

sergey-a-berezin commented 2 years ago

Saving a paragraph for later:

We will also attempt approximating the sum of N t-distributed samples with either another t-distribution with a different a, or a normal distribution. For the latter, it would be interesting to find such N when such approximation could be justified.

sergey-a-berezin commented 2 years ago

Quick plan for the power distribution experiment writeup

sergey-a-berezin commented 2 years ago

Add a top-level section for the most important results, such as the kind of distribution, the precision of parameters, etc., with links to the detailed sections.

sergey-a-berezin commented 2 years ago
sergey-a-berezin commented 2 years ago

Optimization ideas:

sergey-a-berezin commented 1 year ago

In Hypothesis testing, fix the definition of a confidence interval and p-value. CI is a pair of statistics, and p-value is the probability of the experimental result based on the hypothesized distribution. In fact, don't use p-values, they are not very useful. Try to stick with the probability of the hypothesis being true whenever possible.