Serving the Quantitative Finance Community

Search found 14 matches

by zebedeem
July 5th, 2025, 8:27 am
Forum: Book And Research Paper Forum
Topic: David Orrell's q-variance paper in Wilmott
Replies: 33
Views: 2091

Re: David Orrell's q-variance paper in Wilmott

Referring to the 1973 Black-Scholes paper, the main assumption is that “The stock price follows a random walk in continuous time with a variance rate proportional to the square of the stock price. Thus the distribution of possible stock prices at the end of any finite interval is lognormal. The var...
by zebedeem
July 5th, 2025, 8:19 am
Forum: Programming and Software Forum
Topic: Using AI for software development
Replies: 36
Views: 1579

Re: Using AI for software development

I've had some numerical classes generated by AI with bad numerics. I recently asked a question for research and it just gave me some code which I then decided to use but the AI had used the Big Ball of Mud anti-pattern so I manually separated out 3 or 4 classes. I've since wondered whether I could h...
by zebedeem
July 5th, 2025, 8:15 am
Forum: Programming and Software Forum
Topic: Smart pointers?
Replies: 15
Views: 178251

Re: Smart pointers?

Keep using the old compiler, if it works for them! But hobbling the modern C++ with old stuff just helps to make C++ obsolete. If you were starting a new software project from scratch, what would make you choose C++? My choice of language almost certainly depends on the libraries available. e.g. A ...
by zebedeem
June 17th, 2025, 12:04 pm
Forum: Economics Forum
Topic: Neither Gibrat nor Pareto
Replies: 0
Views: 310

Neither Gibrat nor Pareto

Economists use Gibrat (log-normal) for wealth except at the right tail when they say Pareto. An obvious fudge. Affine returns has power-law tails and can look like a log-normal. https://stochanswers.com/studies/wealth.html
by zebedeem
May 27th, 2025, 8:24 pm
Forum: Numerical Methods Forum
Topic: Models for Covid-19
Replies: 533
Views: 127642

Re: Models for Covid-19

No, averaged trajectories serve to validate the model against the standard SIR model. The stochastic model on a complete graph is useless, the average when applied to a social network and its confidence intervals is useful.
by zebedeem
May 25th, 2025, 6:30 am
Forum: Numerical Methods Forum
Topic: Models for Covid-19
Replies: 533
Views: 127642

Re: Models for Covid-19

The game, when scaled, averages to the standard SIR model. If I remember correctly the computer played it with R0 = 2, 3 and 4. The ratio of growth to exponential growth is logit-normally distributed. Note that the model debunks huge numbers of stochastic SIR models in which the modellers just make ...
by zebedeem
May 24th, 2025, 11:36 am
Forum: The Quantitative Finance FAQs Project
Topic: What are the most important unsolved problems in finance today?
Replies: 42
Views: 274576

Re: What are the most important unsolved problems in finance today?

ASSetStudent: The cross-section of expected stock returns. I think that I might have solved that one. Offset returns => Normal distribution => Brownian motion Linear returns => Log-normal distribution => Geometric Brownian motion Affine returns => Mixture distribution => Geometric Brownian plus oth...
by zebedeem
May 24th, 2025, 11:29 am
Forum: The Quantitative Finance FAQs Project
Topic: Mathematica vs Matlab vs Maple, discuss
Replies: 82
Views: 274440

Re: Mathematica vs Matlab vs Maple, discuss

For symbolic algebra I've started using wxMaxima as it will simplify my expressions. SymPy would just return zero whereas MathCad would spin the fans until I killed the process.
by zebedeem
May 24th, 2025, 11:18 am
Forum: Numerical Methods Forum
Topic: Doing maths with ChatGPT; is it a forgery?
Replies: 19
Views: 8232

Re: Doing maths with ChatGPT; is it a forgery?

The first question that I asked Grok was to explain how epidemics grow exponentially so it told me rather than correct me.
by zebedeem
May 24th, 2025, 11:16 am
Forum: Numerical Methods Forum
Topic: A Frequentist and a Bayesian walk into a bar…
Replies: 4
Views: 8733

Re: A Frequentist and a Bayesian walk into a bar…

Alan. The Frequentist Guy might be confident (interval) but the Bayesian Gal would hardly find him credible (interval).
by zebedeem
May 24th, 2025, 11:13 am
Forum: Numerical Methods Forum
Topic: Models for Covid-19 - analytics
Replies: 45
Views: 32956

Re: Models for Covid-19 - analytics

Paul I think your epidemic model looks dodgy. For a properly dodgy epidemic model you should play tag. Admittedly that looks a bit tiring so you could try playing cards with the same rules instead.
by zebedeem
May 24th, 2025, 11:05 am
Forum: Numerical Methods Forum
Topic: Models for Covid-19
Replies: 533
Views: 127642

Re: Models for Covid-19

My model, which I call the minimal SIR model, is a discrete stochastic process that is also a card game. https://stochanswers.com/education/epidemic.html Do you know how an epidemic grows? One infects two, two infect four or three or two or one or none. All with different probabilities and a weighte...
by zebedeem
May 24th, 2025, 9:42 am
Forum: Technical Forum
Topic: Is the type of mathematics found in finance limited?
Replies: 112
Views: 62426

Re: Is the type of mathematics found in finance limited?

My maths background is as a modeller. So is mine. Due to Covid I developed a minimal epidemic model which, of course, doesn't grow exponentially. i.e. Doesn't break the laws of Maths. And obviously I've complained about the accuracy of these models as well. I found those complaints informative and ...
by zebedeem
May 20th, 2025, 7:11 am
Forum: Technical Forum
Topic: Affine returns lead to a mixture distribution
Replies: 0
Views: 322

Affine returns lead to a mixture distribution

Offset returns => Normal distribution => Brownian motion Linear returns => Log-Normal distribution => Geometric Brownian motion Affine returns => Log-Normal distribution + other => Geometric Brownian motion + other Where other appears to be a logit-normal distribution stretched out. Over time you g...