weibullparinv {mixdist}R Documentation

Compute the Mean and Standard Deviation of Weibull Distribution

Description

Compute mean and standard deviation of weibull distribution given the values of shape, scale and location.

Usage

weibullparinv(shape, scale, loc = 0)

Arguments

shape

the shape parameter of weibull distribution.

scale

the scale parameter of weibull distribution.

loc

the location parameter of weibull distribution defaulting to 0.

Value

A data frame containing three parameters, which are, in order, mean, standard deviation and location.

See Also

weibullpar for computing the parameters shape and scale from mean and standard deviation.

Examples

weibullparinv(weibullpar(2, 1.2)$shape, weibullpar(2, 1.2)$scale)

[Package mixdist version 0.5-5 Index]