gaussian_dist: Generate a Gaussian GDE Distribution

View source: R/dist_gaussian_utils.R

gaussian_distR Documentation

Generate a Gaussian GDE Distribution

Description

Generate a Gaussian Density Function (gde) given mu, sigma and lambda.

Usage

gaussian_dist(lambda, sigma, mu, x = seq(-1, 5, length.out = 200))

Arguments

lambda

Lambda

sigma

Sigma

mu

Mu

x

The x values at which the gaussian densities will be generated

Value

A list with 2 elements:

x

The x values of the gde

y

The y values of the gde


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