compute_overlap_roots: Compute the intersection points between two Gaussian mixtures...

View source: R/utils.R

compute_overlap_rootsR Documentation

Compute the intersection points between two Gaussian mixtures (where one component goes above the other)

Description

Compute the intersection points between two Gaussian mixtures (where one component goes above the other)

Usage

compute_overlap_roots(p1, p2, mu1, mu2, sigma1, sigma2)

Arguments

p1, p2, mu1, mu2, sigma1, sigma2

parameters of the two Gaussian components

Value

the overlap roots

Author(s)

Bastien CHASSAGNOL


bastienchassagnol/RGMMBench documentation built on Oct. 26, 2023, 5:58 p.m.