Description Usage Arguments Value Author(s)
View source: R/dmixture_AGB_from_white_shot_noise_function.R
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...
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
)
|
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 |
Vector of densities for each value in x
Nikolai Knapp, nikolai.knapp@ufz.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.