Intersect2Mixtures: Intersect of two Gaussians

View source: R/Intersect2Mixtures.R

Intersect2MixturesR Documentation

Intersect of two Gaussians

Description

Finds the intersect of two gaussians or log gaussians

Usage

Intersect2Mixtures(Mean1,SD1,Weight1,Mean2,SD2,Weight2,IsLogDistribution,MinData,MaxData)

Arguments

Mean1

mean of 1.gaussian

SD1

standard deviations of 1.gaussian

Weight1

weight of 1. guassian

Mean2

mean of 2.gaussian

SD2

standard deviations of 2.gaussian

Weight2

weight of 2. guassian

IsLogDistribution

Optional, ==1 if distribution(i) is a LogNormal, default vector of zeros of length 2

MinData

Optional, Beginning of range, where the intersect is searched for, default min(Mean1,Mean2)

MaxData

Optional, End of range, where the intersect is searched for, default max(Mean1,Mean2)

Value

CutX

x value, where gaussian 1=gaussian2

CutY

y value, where gaussian 1=gaussian2

Author(s)

Michael Thrun, Rabea Griese

See Also

BayesDecisionBoundaries


Mthrun/AdaptGauss documentation built on July 31, 2023, 11:17 p.m.