emg: Exponentially Modified Gaussian (EMG) prediction function,...

Description Usage Arguments Value

View source: R/emg.R

Description

Exponentially Modified Gaussian (EMG) prediction function, extracted from Angiletta 2006

Usage

1
emg(x, h, mu, sigma, tau)

Arguments

x

A vector of values (In the context of the package, a vector of Temperature values)

h

Value of the "h" new scale parameter

mu

Value of the "mu" parameter, the mean of the Gaussian function

sigma

Value of the "sigma" parameter, the sd of the Gaussian function

tau

Value of the "tau" parameter, from the Exponential function

Value

A vector of predicted values (In the context of the package, a vector of Performance values)


ggcostoya/tpcurves2 documentation built on Jan. 1, 2021, 2:19 a.m.