norm_lik: Likelihood function of a gaussian distribution

View source: R/misc_functions.R

norm_likR Documentation

Likelihood function of a gaussian distribution

Description

norm_lik returns the value of L(x | \mu, \sigma), the likelihood function of a value given a gaussian distribution

Usage

norm_lik(all_obs, mean, sd)

Arguments

all_obs

(numeric) vector of values over which to compute the likelihood

mean

(numeric) mean of the gaussian

sd

(numeric) standard deviation of the gaussian

Value

(numeric) vector of values equal in length to x


lculibrk/Ploidetect documentation built on May 18, 2023, 5:53 p.m.