View source: R/dist_gaussian_utils.R
gaussian_dist | R Documentation |
Generate a Gaussian Density Function (gde) given mu, sigma and lambda.
gaussian_dist(lambda, sigma, mu, x = seq(-1, 5, length.out = 200))
lambda |
Lambda |
sigma |
Sigma |
mu |
Mu |
x |
The x values at which the gaussian densities will be generated |
A list with 2 elements:
The x values of the gde
The y values of the gde
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.