fit_gaussian_base: Generate a Gaussian From a KDE

View source: R/dist_gaussian_utils.R

fit_gaussian_baseR Documentation

Generate a Gaussian From a KDE

Description

Generate a gaussian curve, in the same form as our familiar kde's (a 'gde'), from an input kde. The resulting gaussian intercepts the input kde at the given height.

Usage

fit_gaussian_base(kde, height, show = FALSE)

Arguments

kde

The input kde

height

The height at which the generated gde

show

Logical. Should we show our work?

Value

A gde.


rogerswt/wadeTools documentation built on Feb. 16, 2023, 7:47 a.m.