symlik: Symbolic Likelihood Models in Python
Introducing symlik - define statistical models symbolically and automatically derive score functions, Hessians, and Fisher information.
Browse posts by tag
Introducing symlik - define statistical models symbolically and automatically derive score functions, Hessians, and Fisher information.
Extending masked failure data analysis when traditional C1-C2-C3 conditions are violated.
When can reliability engineers safely use simpler models? This paper provides sharp boundaries through likelihood ratio tests on Weibull series systems.
This paper provides complete analytical results for maximum likelihood estimation in series systems with masked failure data under exponential component lifetimes. Unlike numerical approaches, everything here has a closed form.
In series …
Maximum likelihood estimation of component reliability from masked failure data in series systems, with BCa bootstrap confidence intervals validated through extensive simulation studies.
Most survival analysis forces you to pick from a catalog—Weibull, exponential, log-normal. dfr.dist flips this: you specify the hazard function directly, and it handles all the math.
Instead of choosing Weibull(shape, scale), you …
One of the most interesting statistical problems I’ve encountered is reliability analysis with censored data—situations where you know something didn’t fail, but not when it will fail.
Imagine testing light bulbs. …