dmixture_AGB_from_white_shot_noise: Density of mixture distribution of aboveground biomass from...

Description Usage Arguments Value Author(s)

View source: R/dmixture_AGB_from_white_shot_noise_function.R

Description

Probability density function for a mixture distribution of several gamma distributions of aboveground biomass (AGB), which arise from biomass growth G and biomass mortality m with G following a distribution and m being assumed as white shot noise. Under these assumptions the distribution of AGB can be modelled as follows...

Usage

1
2
3
4
5
6
7
8
dmixture_AGB_from_white_shot_noise(
  x,
  G.dist = "lnorm",
  G.par1,
  G.par2,
  m.alpha,
  m.lambda
)

Arguments

x

Input vector of AGB values

G.dist

Type of distribution of growth G ("lnorm" or "gamma")

G.par1

Parameter 1 of the distribution of G (logmean or gamma shape)

G.par2

Parameter 2 of the distribution of G (logsd or gamma rate)

m.alpha

Mortality parameter 1: white shot noise mean intensity

m.lambda

Mortality parameter 2: white shot noise mean frequency

Value

Vector of densities for each value in x

Author(s)

Nikolai Knapp, nikolai.knapp@ufz.de


niknap/ScalingFunctions documentation built on May 22, 2021, 6:43 a.m.