Skip to contents

Function to compute the hazard of the Weibull distribution.

Usage

ComputeHazardWeibull(vTime, dShape, dScale)

Arguments

vTime

A vector of times to compute the hazard of the Weibull distribution.

dShape

The shape parameter of the Weibull distribution. See rweibull.

dScale

The scale parameter of the Weibull distribution. See rweibull.