skewedGaussian_guess: Guess function for initial skewed gaussian parameters and...

View source: R/curveFit_utils.R

skewedGaussian_guessR Documentation

Guess function for initial skewed gaussian parameters and bounds

Description

Guess function for initial skewed gaussian parameters and bounds, at the moment only checks the x position

Usage

skewedGaussian_guess(x, y)

Arguments

x

(numeric) x values (e.g. retention time)

y

(numeric) y observed values (e.g. spectra intensity)

Value

A list of guessed starting parameters list()$init_params, lower list()$lower_bounds and upper bounds list()$upper_bounds ($gamma, $center, $sigma, $amplitude)


phenomecentre/peakPantheR documentation built on Feb. 29, 2024, 9:07 p.m.