Eprojnorm.f: Draws samples from a gaussian distribution fitted to E for...

Description Usage Arguments Examples

View source: R/climate.scenario.functions.r

Description

Draws samples from a gaussian distribution fitted to E for future climate scenarios

Usage

1
Eprojnorm.f(Edist.a, Edist.b, Emean.shift = 1, proj.years, N)

Arguments

Emean.shift

The shift if the mean. This is done rather than changing the mean directly so it is generic for variety of distributions

proj.years

The number of years to project into the future

N

The number of different realisations of the future to create

E.dist.a

The mean of the normal distribution

E.dist.b

The standard deviation of the normal distribution

Examples

1
Eprojnorm.f(3, .05, Emean.shift=0, proj.years=10, N=23)

duplisea/ccca documentation built on April 17, 2021, 2:31 a.m.