weibullparinv: Compute the Mean and Standard Deviation of Weibull...

Description Usage Arguments Value See Also Examples

View source: R/weibullparinv.R

Description

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

Usage

1
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

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

Example output

  mu sigma loc
1  2   1.2   0

mixdist documentation built on May 2, 2019, 3:34 p.m.