Skip to content

feat(log-logistic-distribution): add LogLogisticDistribution and FiskDistribution alias - #173

Merged
JimmyMAndersson merged 1 commit into
mainfrom
feat/171-log-logistic-distribution
May 17, 2026
Merged

feat(log-logistic-distribution): add LogLogisticDistribution and FiskDistribution alias#173
JimmyMAndersson merged 1 commit into
mainfrom
feat/171-log-logistic-distribution

Conversation

@JimmyMAndersson

Copy link
Copy Markdown
Owner

Implements the three-parameter log-logistic distribution with scale (alpha), shape (beta), and location (mu, default 0). Includes mean, variance, skewness, and excess kurtosis, plus logarithmic variants of pdf and cdf.

Fixes: #171

…Distribution alias

Implements the three-parameter log-logistic distribution with scale
(alpha), shape (beta), and location (mu, default 0). Includes mean,
variance, skewness, and excess kurtosis, plus logarithmic variants of
pdf and cdf.

Fixes: #171
@JimmyMAndersson JimmyMAndersson self-assigned this May 17, 2026
@JimmyMAndersson JimmyMAndersson added enhancement New feature or request feature-request A request for a new feature distribution labels May 17, 2026
@JimmyMAndersson
JimmyMAndersson merged commit 0ddfbb3 into main May 17, 2026
5 checks passed
@JimmyMAndersson
JimmyMAndersson deleted the feat/171-log-logistic-distribution branch May 17, 2026 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

distribution enhancement New feature or request feature-request A request for a new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Log-Logistic Distribution

1 participant