weibull: The cumulative weibull distribution SAR regression model (3...

Description Usage Format Details Source References Examples

Description

S == c(1 - exp(-z * A^f))

Usage

1

Format

The format is: List of 8 $ name : "Cumulative Weibull" $ formula : expression(S == c(1 - exp(-z * A^f))) $ paramnumber: 3 $ paramnames : "c" "z" "f" $ parLim : "Rplus" "Rplus" "Rplus" $ fun : model function $ rssfun : Residual Sum of Squares function $ init : initial values calculation $ form : a formula object for further calculations

Details

The cumulative Weibull distribution (Weibull, 1951) is sigmoid asymptotic. Parameter C is the upper asymptote.It goes through the origin of axes.

Source

Weibull (1951), Tj<c3><b8>rve (2003).

References

Tj<c3><b8>rve, E. (2003) Shapes and functions of species<e2><80><93>area curves: a review of possible models. Journal of Biogeography, 30, 827<e2><80><93>835.

Weibull, W. (1951) A statistical distribution function of wide applicability. Journal of Applied Mathematics, 18, 293<e2><80><93>296.

Examples

1
2
#loading the weibull model object before using it
data(weibull)

mmSAR documentation built on May 2, 2019, 5:24 p.m.

Related to weibull in mmSAR...