mean.weibull_dist: Mean of a Weibull distribution.

View source: R/weibull_dist.R

mean.weibull_distR Documentation

Mean of a Weibull distribution.

Description

Computes scale \cdot \Gamma(1 + 1/shape).

Usage

## S3 method for class 'weibull_dist'
mean(x, ...)

Arguments

x

A weibull_dist object.

...

Additional arguments (not used).

Value

The mean of the distribution.

Examples

mean(weibull_dist(shape = 2, scale = 3))

algebraic.dist documentation built on Feb. 27, 2026, 5:06 p.m.