Learn R Programming

algebraic.dist (version 0.9.1)

mean.weibull_dist: Mean of a Weibull distribution.

Description

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

Usage

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

Value

The mean of the distribution.

Arguments

x

A weibull_dist object.

...

Additional arguments (not used).

Examples

Run this code
mean(weibull_dist(shape = 2, scale = 3))

Run the code above in your browser using DataLab