w2n: Transform parameters from working to natural scale

View source: R/w2n.R

w2nR Documentation

Transform parameters from working to natural scale

Description

Transform parameters from working to natural scale

Usage

w2n(wpar, rdist = c("fixed", "multistate", "exp", "gamma", "weibull"),
  nstate = 1, xy = NULL, norm = FALSE)

Arguments

wpar

Vector of parameters on working scale

rdist

Distribution of the availability radius ("fixed", "multistate", "exp", "gamma", or "weibull)

nstate

Number of states, if rdist="multistate"

xy

Matrix of observed locations, needed to derive maximum step length if rdist="fixed"

norm

Logical. TRUE if normal transition density. (Only for multistate case)

Value

Vector of parameters on the working scale


TheoMichelot/localGibbs documentation built on March 24, 2022, 5:56 a.m.