gaussian_crossover: Find the Crossover Point of Two Gaussians

View source: R/dist_gaussian_utils.R

gaussian_crossoverR Documentation

Find the Crossover Point of Two Gaussians

Description

Find the crossover of 2 gaussians, that is, where they intersect.

Usage

gaussian_crossover(l1, s1, m1, l2, s2, m2)

Arguments

l1

Lambda of the first gaussian

s1

Sigma of the first gaussian

m1

Mu of the first gaussian

l2

Lambda of the second gaussian

s2

Sigma of the second gaussian

m2

Mu of the second gaussian

Value

The x-coordinate of the intersection.


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