mixgaussian.Rd
R version. $$f(x; H_1, H_2, m_1, m_2, s_1, s_2) = H_1 \exp \left( -\frac{1}{2} \left( \frac{x - m_1}{s_1} \right) ^ 2 \right) + H_2 \exp \left( -\frac{1}{2} \left( \frac{x - m_2}{s_2} \right) ^ 2 \right)$$
mixgaussian(x, H1, H2, m1, m2, s1, s2)
Environmental variable
Height of the first Gaussian
Height of the second Gaussian
Mode of the first Gaussian
Mode of the second Gaussian
Spread of the first Gaussian
Spread of the second Gaussian
Value at x, given the other parameters