dst_weibull: Weibull Distribution

View source: R/dst_weibull.R

dst_weibullR Documentation

Weibull Distribution

Description

Makes a distribution belonging to the family of Weibull distributions.

Usage

dst_weibull(shape, scale)

Arguments

shape

Shape parameter; positive.

scale

Scale parameter; positive.

Examples

dst_weibull(1, 1)


vincenzocoia/distionary documentation built on March 5, 2024, 3:13 a.m.