exppdfProbability density function for exponential distribution
exppdf(x)x.x should be an array of non-negative real numbers.exppdf(x, mu)x and mu should be arrays of non-negative real numbers. They should have compatible sizes.mu and x contain, respectively, the mean values and the mu is non-positive, the corresponding element in the output will be NaN.