View source: R/dist_gaussian_utils.R
fit_gaussian_base | R Documentation |
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.
fit_gaussian_base(kde, height, show = FALSE)
kde |
The input kde |
height |
The height at which the generated gde |
show |
Logical. Should we show our work? |
A gde.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.