Skip to content

feat(weibull-distribution): add WeibullDistribution - #186

Merged
JimmyMAndersson merged 1 commit into
mainfrom
feat/174-weibull-distribution
Jun 28, 2026
Merged

feat(weibull-distribution): add WeibullDistribution#186
JimmyMAndersson merged 1 commit into
mainfrom
feat/174-weibull-distribution

Conversation

@JimmyMAndersson

Copy link
Copy Markdown
Owner

Implements the three-parameter Weibull distribution with scale, shape, and location. Includes mean, variance, skewness, and excess kurtosis, plus logarithmic variants of pdf and cdf.

Fixes: #174

…d sampling

Implements the three-parameter Weibull distribution with scale, shape,
and location. Includes mean, variance, skewness, and excess kurtosis,
plus logarithmic variants of pdf and cdf.

Fixes: #174
@JimmyMAndersson JimmyMAndersson self-assigned this Jun 28, 2026
@JimmyMAndersson JimmyMAndersson added feature-request A request for a new feature distribution labels Jun 28, 2026
@JimmyMAndersson
JimmyMAndersson merged commit 215f5c9 into main Jun 28, 2026
5 checks passed
@JimmyMAndersson
JimmyMAndersson deleted the feat/174-weibull-distribution branch June 28, 2026 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

distribution feature-request A request for a new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Weibull distribution

1 participant