Learn R Programming

distionary (version 0.1.0)

dst_weibull: Weibull Distribution

Description

Makes a Weibull distribution.

Usage

dst_weibull(shape, scale)

Value

A Weibull distribution.

Arguments

shape

Shape parameter; single positive numeric.

scale

Scale parameter; single positive numeric.

Examples

Run this code
dst_weibull(1, 1)

Run the code above in your browser using DataLab