3.5.3.2 Probability Density Functions (PDF)


Name Brief
Returns the probability density function of the beta distribution with parameters a and b.
Returns the probability density function of the binomial distribution with parameters nt, p.
Returns the pdf of the cauchy distribution with location parameter a and scale parameter b, evaluated at the values in X.
Returns the probability density function of the exponential distribution with mean parameter lambda, evaluated at the values in X.
Computes the probability density function at each of the values in X using the folder normal distribution with mean mu and standard deviation sigma.
Computes the gamma probability density function at each of the values in X using the corresponding shape parameters in a and scale parameters in b.
returns the 2D kernel density at point (x,y) with respect to a function using scale (wx,wy).
returns the kernel density at x for a given vector vX with a bandwidth w.
Returns the probability density function at each of the values in x using the Landau distribution with location paramter mu and scale parameter sigma.
Returns the probability density function of the laplace distribution with location parameter a and scale parameter b, evaluated at the values in X.
Returns values at X of the lognormal probability density function with distribution parameters mu and sigma.
Returns the probability density function at each of the values in X using the normal distribution with mean mu and standard deviation sigma.
Returns the Poisson probability density function at each of the values in X using mean parameters in lambda.
Returns the probability density function of the Weibull distribution with parameters a and b.