Borrar filtros
Borrar filtros

What is lambda in the problem?

8 visualizaciones (últimos 30 días)
Matthew Lozancich
Matthew Lozancich el 24 de Nov. de 2017
Respondida: SAITEJA JASTI el 3 de Mzo. de 2020
So I was given this problem by my professor:
Unfortunately he is unreachable during the holidays. Can someone explain what lambda is supposed to be?
This is the code I have written thus far:
function p=calcprob(k)
p=exp(-lambda)*(((lambda)^k)/(factorial(k)))
end

Respuesta aceptada

KSSV
KSSV el 24 de Nov. de 2017
It is a Poisson's Distribution......lambda is the average number of events (here cars) per interval. Read more here: https://en.wikipedia.org/wiki/Poisson_distribution
  2 comentarios
Matthew Lozancich
Matthew Lozancich el 24 de Nov. de 2017
So in this case Lambda = K(cars)/(1) min ??
Matthew Lozancich
Matthew Lozancich el 24 de Nov. de 2017
NVM i'm so dumb. LOL I reread the problem. Thanks!

Iniciar sesión para comentar.

Más respuestas (1)

SAITEJA JASTI
SAITEJA JASTI el 3 de Mzo. de 2020
lambda

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by