dst_weibull: Weibull Distribution

View source: R/dst_weibull.R

dst_weibullR Documentation

Weibull Distribution

Description

Makes a Weibull distribution.

Usage

dst_weibull(shape, scale)

Arguments

shape

Shape parameter; single positive numeric.

scale

Scale parameter; single positive numeric.

Value

A Weibull distribution.

Examples

dst_weibull(1, 1)


vincenzocoia/distionary documentation built on Feb. 26, 2025, 11:09 a.m.