dnorm_tempered: Tempered Gaussian Distribution

View source: R/univariate_Gaussian_sampler.R

dnorm_temperedR Documentation

Tempered Gaussian Distribution

Description

Density of tempered Gaussian distribution

Usage

dnorm_tempered(x, mean = 0, sd = 1, beta)

Arguments

x

real value

mean

mean value

sd

standard deviation value

beta

real value

Value

density of tempered Gaussian distribution

Examples

# standard normal
curve(dnorm(x), -5, 5)
# standard normal to the power 1/2
curve(dnorm_tempered(x, mean = 0, sd = 1, beta = 1/2), -5, 5, add = T, col = 'blue')


rchan26/hierarchicalFusion documentation built on Sept. 11, 2022, 10:30 p.m.