Technical-Incerto-Reading-Club / code-examples

Repository for the code examples backing each meet-up session
MIT License
30 stars 9 forks source link

Session 1: Questions for Prof Taleb #2

Open RonRichman opened 3 years ago

RonRichman commented 3 years ago

Please use this thread to submit questions for Session 1:

https://www.meetup.com/global-technical-incerto-reading-club/events/275697847/

FergM commented 3 years ago

Chapter 5: Zipf Plot

Question

How do you draw the tail fit line in Zipf plots?

Context:

I want to build a Python function for survival plots.

Examples:

Chapter 5 Zipf plot: image

Python Zipf plot code:

FergM commented 3 years ago

Mathematica Code

Could you share some of the Mathematica Code?

FergM commented 3 years ago

Chapter 8: How much data do I need?

Question

Can you confirm whether Equation 8.8 is correct?

Equations

Book version: image

My derivation: image

My workings:

rsnb commented 3 years ago

Shouldn't the quote at the beginning of chapter 3 be:

转职旨讛纸讜止诐志讗侄诇志转职旨讛郑讜止诐 拽謻讜止专值讗

instead of:

转职旨讛纸讜止诐志讗侄诇志转职旨讛郑讜止诐 讻讜止专值讗

?

dylouie commented 3 years ago

How can we apply (further) fat-tailed distributions in clinical research (clinical epidemiology) and biostatistics (i.e. survival analysis, clinical trials, and observational studies)? Or what limitations should doctors and epidemiologists acknowledge whenever they report results using their statistical models? I have been reading your posts on your comments on some Lancet journal articles, Lindy Effect, and using the entropy approach, and the "Tail Risk of Contagious Diseases", and I find them very insightful...

ADD: I am a medical doctor who has been studying a lot of epidemiology and biostatistics. Is it possible to apply the maximum entropy approach in statistical models for cohort studies and clinical trials? Thank you very much in advance!

caiovinchi commented 3 years ago

Chapter 25

First I would like to thanks Mr. Taleb and the organizers for this opportunity. Hopefully I got the line correct and my questions are not too amateur.

25.2.1 Analyzing the Constrains:

Proposition 25.1

Trying to execute the function in R under the global mean constraint would often yield a distribution with a huge spike, would that be the spot what which we set the Dirac function for the stop?

Thank you for your time!