Learn R Programming

algebraic.dist (version 0.9.1)

vcov.weibull_dist: Variance of a Weibull distribution.

Description

Computes \(scale^2 (\Gamma(1 + 2/shape) - [\Gamma(1 + 1/shape)]^2)\).

Usage

# S3 method for weibull_dist
vcov(object, ...)

Value

The variance (scalar).

Arguments

object

A weibull_dist object.

...

Additional arguments (not used).

Examples

Run this code
vcov(weibull_dist(shape = 2, scale = 3))

Run the code above in your browser using DataLab