The function fmin()
will return the value of f(z), which is the value of the density function of the
minimum of two normally distributed random variables.
fmin(y, mu1, mu2, sigma1, sigma2, rho)
The function fmin()
will return the value of f(z), which is the value of the density function of the
minimum of two normally distributed random variables.
integral variable
mean of second endpoint
mean of first endpoint
standard deviation of first endpoint
standard deviation of second endpoint
correlation between the two endpoints
Z= min(X,Y) with X ~ N(mu1,sigma1^2), Y ~ N(mu2,sigma2^2)
f(z)=f1(z)+f2(z)