shifted_gaussian: Shifted Gaussian Curve

View source: R/math_funcs.R

shifted_gaussianR Documentation

Shifted Gaussian Curve

Description

Given a vector tv, and parameters of a Gaussian curve, calculate a shifted Gaussian.

Usage

shifted_gaussian(tv, B0, beta = 0, h, sigma, tmax)

Arguments

tv

Numeric vector

B0

B0

beta

beta

h

h

sigma

sigma

tmax

tmax

Value

Numeric vector containing the points along the Gaussian.


BIO-RSG/oceancolouR documentation built on April 30, 2024, 7:54 a.m.