normalproduct: Product of 2 normal distributions, the first at x and the...

Description Usage Arguments

Description

A function which returns the product of 2 normal distributions, the first at x (a vector), the second at lag-x (lag is a scalar). The mean and SD of the second normal are linear functions of x, with meanint being the intercept, meanslope the slope, and CV the coefficient of variation.

A convolution!

Usage

1
normalproduct(x, lag, mean1, sd1, meanint, meanslope, CV)

Arguments

x

A normal distribution.

mean1, sd1,

The mean and sd of the first distribution.

meanslope

The slope

CV

The coefficient of variation.


forestgeo/ctfs documentation built on May 3, 2019, 6:44 p.m.