CalcLognormalLikelihood: CalcLognormalLikelihood

Usage Arguments Details Examples

Usage

1
CalcLognormalLikelihood(data, mean_range, CV_range, length.out = 100)

Arguments

data

A vector of sample observations

mean_range

A vector with values of the mean

CV_range

A vector with CV values to be tested

length.out

If the parameter ranges

Details

The ranges for mean and CV may be of any arbitrary length. If they are a given as a vector of length 2, the function will assume that this represents the bounding range of a sequence of values. In this instance, a sequence of length equal to the length.out parameter will be generated.

Examples

1
my_likelihood <- CalcLognormalLikelihood(somedata, mean_range = c(50e3, 150e3), CV_range = c(0.3, 1.8))

PirateGrunt/momentus documentation built on May 4, 2019, 1:07 p.m.