NonlinearRangeRescaleGamma: NonlinearRangeRescaleGamma

Description Usage Arguments Value

View source: R/move.R

Description

Non-linear Range Rescale Gamma Distribution

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
NonlinearRangeRescaleGamma(
  x,
  shape = shape,
  rate = rate,
  min = NULL,
  max = NULL,
  lowBound = 1,
  upBound = NULL,
  movement_kernel = movement_kernel,
  negative = TRUE
)

Arguments

x

numeric, x value

shape

numeric, Gamma shape

rate

numeric

min

numeric, value

max

numeric

lowBound

numeric

upBound

numeric

movement_kernel

kernel

negative

logical

Value

vector


Blakemassey/ibmr documentation built on Dec. 25, 2021, 8:39 a.m.