dfr_wei: The Frechet-Weibull Distribution

Description Usage Arguments Details See Also

Description

The Frechet-Weibull Distribution

Usage

1
2
3
4
5
6
7
8
dfr_wei(x, fr_shape = 2, fr_scale = 100, wei_shape = 2,
  wei_scale = 1000, fr_weight = 0.5)

qfr_wei(p, fr_shape = 2, fr_scale = 100, wei_shape = 2,
  wei_scale = 1000, fr_weight = 0.5)

pfr_wei(q, fr_shape = 2, fr_scale = 100, wei_shape = 2,
  wei_scale = 1000, fr_weight = 0.5)

Arguments

x

vector of quantiles

fr_shape

the Frechet shape

fr_scale

the Frechet scale

wei_shape

the Weibull shape

wei_scale

the Weibull scale

fr_weight

numeric value from 0 to 1, the Frechet weight, where the corresponding Weibull weight is (1 - fr_weight).

Details

Density, distribution function, quantile function, and random generation for the combined Frechet-Weibull distribution with five parameters: fr_shape, fr_scale, wei_shape, wei_scale, and fr_weight.

See Also

Other SALSA distribution fit functions: fitdist_fr_wei, fitdist_fr, params_fr_wei


jmw86069/salsa documentation built on May 21, 2019, 10:31 a.m.