Chapter Contents

Previous

Next
POISSON

POISSON



Returns the probability from a Poisson distribution

Category: Probability
See: CDF


Syntax
Arguments
Details
Examples

Syntax

POISSON(m,n)

Arguments

m
is a numeric mean parameter.
Range: m [ge] 0

n
is an integer random variable.
Range: n [ge] 0


Details

The POISSON function returns the probability that an observation from a Poisson distribution, with mean m, is less than or equal to n. To compute the probability that an observation is equal to a given value, n, compute the difference of two probabilities from the Poisson distribution for n and n- .


Examples

SAS Statements Results
x=poisson(1,2);
0.9196986029


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.