density_mixt_normal: Probability Density Function of 1-dim. Mixtures of Normal...

Description Usage Arguments Value

Description

Set sample point x and parameters of MixtNormal(mu,sigma,pi). By definition, dimension of mu, sigma and pi must be the same. In the function, parameter 'pi' is normalized.

Usage

1
density_mixt_normal(x, mu, sigma, ratio)

Arguments

x

<double vector> : sample point

mu

<double vector> : population means

sigma

<double vector> : population sd

ratio

<double vector> : mixtured ratio

Value

The output is <tibble> that is probability densities of each saple point at each component and mixture distribution.


utaka233/mixturesb documentation built on May 30, 2019, 4:05 a.m.