WLJS LogoWLJS Notebook

SurvivalFunction

SurvivalFunction[dist,x] gives the survival function for the distribution dist evaluated at x.

SurvivalFunction[dist,{x1,x2,…}] gives the multivariate survival function for the distribution dist evaluated at {x1,x2,…}.

SurvivalFunction[dist] gives the survival function as a pure function.

Examples

Compute the survival function for an exponential distribution:

SurvivalFunction[ExponentialDistribution[1], 2]

Please visit the official Wolfram Language Reference for more details.

On this page